Skip to content

Commit

Permalink
Attempt to fix file expansion in cdn error message
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jan 19, 2022
1 parent 10beba8 commit 5ed89bc
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions src/utils/transcript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,22 +550,40 @@ fileShare:
success: |
Yeah! Here's yo' links <@${this.user}>
${this.links.join('\n')}
errorTooBig:
errorTooBigImages:
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/2too_big_4.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/3too_big_2.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/4too_big_1.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/6too_big_5.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/7too_big_3.png
errorTooBig:
blocks:
- type: image
title:
type: plain_text
text: File too big!
emoji: true
image_url: this.t('fileShare.errorTooBigImages')
alt_text: file too large
errorGenericImages:
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/0generic_3.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/1generic_2.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/5generic_1.png
errorGeneric:
- |
_orpheus sneezes and drops the files on the ground before blowing her nose on a blank jpeg._
- |
_orpheus trips and your files slip out of her hands and into an inconveniently placed sewer grate._
- |
_orpheus accidentally slips the files into a folder in her briefcase labeled "homework". she starts sweating profusely._
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/0generic_3.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/1generic_2.png
- https://cloud-3tq9t10za-hack-club-bot.vercel.app/5generic_1.png
- blocks:
- type: image
title:
type: plain_text
text: Error!
emoji: true
image_url: this.t('fileShare.errorGenericImages')
alt_text: Something went wrong
extensions:
gif:
- _gif_ that file to me and i'll upload it
Expand Down

0 comments on commit 5ed89bc

Please sign in to comment.