General cleanup.

This commit is contained in:
Sheldon Lee 2020-09-25 08:25:56 +00:00
parent 22b5ddfe91
commit 16a6a484f7

4
bot.py
View File

@ -18,6 +18,10 @@ def aquaticAll():
string += strToEmoji(animal) string += strToEmoji(animal)
return string return string
#
# Bot
#
class Bot(discord.Client): class Bot(discord.Client):
hangfish_instances = {} hangfish_instances = {}