Skip to content

Instantly share code, notes, and snippets.

@PatheticMustan
Last active April 17, 2019 15:07
Show Gist options
  • Save PatheticMustan/d91b3633e0ffb28cef67c55d7d56f6ba to your computer and use it in GitHub Desktop.
Save PatheticMustan/d91b3633e0ffb28cef67c55d7d56f6ba to your computer and use it in GitHub Desktop.
INTERNAL SCREAMING ON DISCORD
//80 chars long! Not bad.
const internalScreaing=s=>`***${s.split(' ').join(' ').split('').join(' ')}***`
/*
How to use:
1. Open Discord.
2. Open script, and run this function with the phrase of your choice
3. Paste the result into Discord.
Examples!
internalScreaming("I think Mustan is pretty dumb") => "***I t h i n k M u s t a n i s p r e t t y d u m b***"
internalScreaming("wasted") => "***w a s t e d***"
*/
@PatheticMustan
Copy link
Author

Bonus!
If you would like to show how horrified you are by the code of your colleagues, you can do this on Discord too! Just slightly modify it.

const internalScreaing=s=>`**_${s.split(' ').join('  ').split('').join(' ')}_**`

@PatheticMustan
Copy link
Author

H o r r i f i e d N o i s e s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment