diff options
| -rw-r--r-- | bot/cogs/reminders.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/reminders.py b/bot/cogs/reminders.py index 219c52659..b5998cc0e 100644 --- a/bot/cogs/reminders.py +++ b/bot/cogs/reminders.py @@ -110,6 +110,7 @@ class Reminders(Cog):          Conditions:          - Role reminders are Mods+          - Reminders for other users are Helpers+ +          If mentions aren't allowed, also return the type of mention(s) disallowed.          """          if without_role_check(ctx, *STAFF_ROLES): | 
