aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-09-19 15:25:43 +0200
committerGravatar GitHub <[email protected]>2021-09-19 15:25:43 +0200
commitfe12eaa0d8a1213adb0cc6323c21a4ca2793e392 (patch)
treefd5d8470e656c5c5cf2b11ba86eb828ddff5dfbd
parentModlog: reuse logic for the message blacklist (diff)
Bot: update comment on joining threads
Co-authored-by: Bluenix <[email protected]>
-rw-r--r--bot/exts/utils/bot.py2
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):