diff --git a/commands/moderation.py b/commands/moderation.py index 3dee32e..0fcae91 100644 --- a/commands/moderation.py +++ b/commands/moderation.py @@ -10,6 +10,7 @@ muted_role_id = 769659653121900546 class Moderation(commands.Cog): def __init__(self, bot): + """Defines bot object and mod role id on construction""" self.bot = bot self.moderator_role_id = 769659653129896023