diff options
| -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))  |