Add emojies

This commit is contained in:
Dustin Pianalto 2020-04-08 00:17:16 -08:00
parent 3ea75b4fab
commit 8123817cb8

View File

@ -68,6 +68,16 @@ class Geeksbot(commands.Bot):
"end": "",
"close": "🇽",
}
self.unicode_emojis = {
'x': '',
'y': '',
'poop': '💩',
'boom': '💥',
'left_fist': '🤛',
'lock': '🔒',
'persons': '👥',
'robot': '🤖',
}
async def load_ext(self, mod):
try: