diff options
Diffstat (limited to '')
| -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 9eddd283b..5f76164cd 100644 --- a/bot/cogs/reminders.py +++ b/bot/cogs/reminders.py @@ -121,6 +121,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): | 
