diff options
author | 2019-10-27 02:28:03 +0100 | |
---|---|---|
committer | 2019-10-27 02:28:03 +0100 | |
commit | dac975e8bf238b545b60f10cd1891a68f31dc1ef (patch) | |
tree | 134adfb500e9409acc06f170365b19b78224a0ad | |
parent | Fix broken constant tests (diff) |
Improve the setup() docstring
Co-Authored-By: Mark <[email protected]>
-rw-r--r-- | bot/cogs/duck_pond.py | 2 |
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") |