From 88f9f03df3bcf162bebc0515dbe20799043bdaf1 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Fri, 27 Jul 2018 17:28:21 +0200 Subject: Seems I'm blind. --- bot/cogs/defcon.py | 1 + 1 file changed, 1 insertion(+) 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.""" -- cgit v1.2.3