aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2021-04-15 01:00:31 +0300
committerGravatar mbaruh <[email protected]>2021-04-15 01:00:31 +0300
commit38714aef8c5b71c5e8313a82bef18947f1f1395a (patch)
tree0e21c92f1837a5307748a38e909a5490ae6e61e4
parentRemove extra newline (diff)
Fix setup docstring to specify correct cog
-rw-r--r--bot/exts/moderation/duty.py2
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))