Add emojies
This commit is contained in:
parent
3ea75b4fab
commit
8123817cb8
@ -68,6 +68,16 @@ class Geeksbot(commands.Bot):
|
|||||||
"end": "⏭",
|
"end": "⏭",
|
||||||
"close": "🇽",
|
"close": "🇽",
|
||||||
}
|
}
|
||||||
|
self.unicode_emojis = {
|
||||||
|
'x': '❌',
|
||||||
|
'y': '✅',
|
||||||
|
'poop': '💩',
|
||||||
|
'boom': '💥',
|
||||||
|
'left_fist': '🤛',
|
||||||
|
'lock': '🔒',
|
||||||
|
'persons': '👥',
|
||||||
|
'robot': '🤖',
|
||||||
|
}
|
||||||
|
|
||||||
async def load_ext(self, mod):
|
async def load_ext(self, mod):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user