aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-10-27 02:28:03 +0100
committerGravatar GitHub <[email protected]>2019-10-27 02:28:03 +0100
commitdac975e8bf238b545b60f10cd1891a68f31dc1ef (patch)
tree134adfb500e9409acc06f170365b19b78224a0ad
parentFix broken constant tests (diff)
Improve the setup() docstring
Co-Authored-By: Mark <[email protected]>
-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")