diff options
author | 2021-04-15 01:00:31 +0300 | |
---|---|---|
committer | 2021-04-15 01:00:31 +0300 | |
commit | 38714aef8c5b71c5e8313a82bef18947f1f1395a (patch) | |
tree | 0e21c92f1837a5307748a38e909a5490ae6e61e4 | |
parent | Remove extra newline (diff) |
Fix setup docstring to specify correct cog
-rw-r--r-- | bot/exts/moderation/duty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/duty.py b/bot/exts/moderation/duty.py index 94eed9331..3f34e366c 100644 --- a/bot/exts/moderation/duty.py +++ b/bot/exts/moderation/duty.py @@ -130,5 +130,5 @@ class Duty(Cog): def setup(bot: Bot) -> None: - """Load the Slowmode cog.""" + """Load the Duty cog.""" bot.add_cog(Duty(bot)) |