Add Emojis
This commit is contained in:
+10
@@ -79,6 +79,16 @@ class Geeksbot(commands.Bot):
|
|||||||
'poop': '💩',
|
'poop': '💩',
|
||||||
'boom': '💥',
|
'boom': '💥',
|
||||||
'left_fist': '🤛',
|
'left_fist': '🤛',
|
||||||
|
'lock': '🔒',
|
||||||
|
'open_lock': '🔓',
|
||||||
|
'back': '◀',
|
||||||
|
'forward': '▶',
|
||||||
|
'fast_forward': '⏩',
|
||||||
|
'rewind': '⏪',
|
||||||
|
'end': '⏭',
|
||||||
|
'start': '⏮',
|
||||||
|
'hash': '#\N{COMBINING ENCLOSING KEYCAP}',
|
||||||
|
'close': '🇽',
|
||||||
}
|
}
|
||||||
|
|
||||||
async def logout(self):
|
async def logout(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user