From fe12eaa0d8a1213adb0cc6323c21a4ca2793e392 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Sun, 19 Sep 2021 15:25:43 +0200 Subject: Bot: update comment on joining threads Co-authored-by: Bluenix --- bot/exts/utils/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3