Add Emojis
This commit is contained in:
parent
0d45b8b827
commit
061c39a8eb
10
geeksbot.py
10
geeksbot.py
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user