diff options
author | 2025-05-29 14:24:13 +0200 | |
---|---|---|
committer | 2025-05-29 14:24:13 +0200 | |
commit | f26d03a1f5d7a69e7130c0448587f6b0153d9065 (patch) | |
tree | 81c9244fc664603eb47d37af142cdb3f53bad0b1 /arthur/bot.py | |
parent | Allow helpers to access rule 4 (diff) |
Add motivational voice chat messages (#325)
Diffstat (limited to 'arthur/bot.py')
-rw-r--r-- | arthur/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/bot.py b/arthur/bot.py index 32b0240..86db7f2 100644 --- a/arthur/bot.py +++ b/arthur/bot.py @@ -35,7 +35,7 @@ class KingArthur(BotBase): return CONFIG.devops_role in [r.id for r in ctx.user.roles] return False - if ctx.command.name in {"ed", "rules"}: + if ctx.command.name in {"ed", "rules", "monitor"}: return True if not ctx.guild: |