aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/duck_pond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/duck_pond.py b/bot/cogs/duck_pond.py
index b2b786a3f..6244bdf5a 100644
--- a/bot/cogs/duck_pond.py
+++ b/bot/cogs/duck_pond.py
@@ -208,6 +208,6 @@ class DuckPond(Cog):
def setup(bot: Bot) -> None:
- """Token Remover cog load."""
+ """Load the duck pond cog."""
bot.add_cog(DuckPond(bot))
log.info("Cog loaded: DuckPond")