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 70cf0d2b0..45bbc410b 100644
--- a/bot/cogs/duck_pond.py
+++ b/bot/cogs/duck_pond.py
@@ -164,6 +164,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")