diff options
-rw-r--r-- | bot/exts/utils/bot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/utils/bot.py b/bot/exts/utils/bot.py index f6a67799c..caad98c90 100644 --- a/bot/exts/utils/bot.py +++ b/bot/exts/utils/bot.py @@ -23,7 +23,6 @@ class BotCog(Cog, name="Bot"): Try to join newly created threads. Despite the event name being misleading, this is dispatched when new threads are created. - We want our bots to automatically join threads in order to answer commands using their prefixes. """ if thread.me: # We have already joined this thread |