Merge pull request #7 from dustinpianalto/development

Add emojies
This commit is contained in:
Dusty.P 2020-04-08 00:17:53 -08:00 committed by GitHub
commit 24793d327b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: