diff options
| -rw-r--r-- | bot/cogs/defcon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/defcon.py b/bot/cogs/defcon.py index 054a93e63..8ca59b058 100644 --- a/bot/cogs/defcon.py +++ b/bot/cogs/defcon.py @@ -98,6 +98,7 @@ class Defcon: ) @group(name='defcon', aliases=('dc',), invoke_without_command=True) + @with_role(Roles.admin, Roles.owner) async def defcon_group(self, ctx: Context): """Check the DEFCON status or run a subcommand.""" |