From 16a6a484f70855a1cae5743ae89328bac082eb8e Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Fri, 25 Sep 2020 08:25:56 +0000 Subject: [PATCH] General cleanup. --- bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot.py b/bot.py index 0ef3843..e2621e4 100644 --- a/bot.py +++ b/bot.py @@ -18,6 +18,10 @@ def aquaticAll(): string += strToEmoji(animal) return string +# +# Bot +# + class Bot(discord.Client): hangfish_instances = {}