diff options
| -rw-r--r-- | bot/cogs/moderation/management.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/moderation/management.py b/bot/cogs/moderation/management.py index 56f7c390c..c7c19e89d 100644 --- a/bot/cogs/moderation/management.py +++ b/bot/cogs/moderation/management.py @@ -290,6 +290,7 @@ class ModManagement(commands.Cog):                  ctx,                  channels=constants.MODERATION_CHANNELS,                  categories=[constants.Categories.modmail], +                redirect=None,              )          ]          return all(checks)  |