Last active
August 12, 2020 08:29
-
-
Save mao-odoo/a0c918fb10ca759516ff9aeb138f43d0 to your computer and use it in GitHub Desktop.
discord emoji text gen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' '.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