aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/bot.py b/bot/bot.py
index f5f76b7f8..7a8f9932c 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -108,7 +108,7 @@ class Bot(commands.Bot):
async def close(self) -> None:
"""Close the Discord connection and the aiohttp session, connector, statsd client, and resolver."""
- # Remove extensions and cogs before calling super().close() to allow task finish before HTTP session close
+ # Done before super().close() to allow tasks finish before the HTTP session closes.
self.remove_extensions()
# Wait until all tasks that have to be completed before bot is closing is done