Skip to content

Instantly share code, notes, and snippets.

@mao-odoo
Last active August 12, 2020 08:29
Show Gist options
  • Save mao-odoo/a0c918fb10ca759516ff9aeb138f43d0 to your computer and use it in GitHub Desktop.
Save mao-odoo/a0c918fb10ca759516ff9aeb138f43d0 to your computer and use it in GitHub Desktop.
discord emoji text gen
' '.join(f':regional_indicator_{c.lower()}:' if c != ' ' else ' ' for c in 'PUT THE TEXT HERE')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment