diff options
-rw-r--r-- | bot/exts/utils/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/bot.py b/bot/exts/utils/bot.py index f3a7206fc..f6a67799c 100644 --- a/bot/exts/utils/bot.py +++ b/bot/exts/utils/bot.py @@ -26,7 +26,7 @@ class BotCog(Cog, name="Bot"): We want our bots to automatically join threads in order to answer commands using their prefixes. """ if thread.me: - # Already in this thread, return early + # We have already joined this thread return with suppress(Forbidden): |