From a772c063135f76f17b619f22b72baaee52859a9f Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Mon, 26 Jul 2021 21:21:41 +0100 Subject: [PATCH] Debug --- app/cogs/slashcommands/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/slashcommands/config.py b/app/cogs/slashcommands/config.py index 52a3f2f..0c295e8 100644 --- a/app/cogs/slashcommands/config.py +++ b/app/cogs/slashcommands/config.py @@ -22,7 +22,7 @@ class Configuration(commands.Cog, name='Configuration Commands'): permissions[int(gStr)] = [] permissions[int(gStr)].append(create_permission(id=conf[gStr]['owner'],id_type=SlashCommandPermissionType.USER,permission=True)) for admin in conf[gStr]['roles']['admin']: permissions[int(gStr)].append(create_permission(id=admin,id_type=SlashCommandPermissionType.ROLE,permission=True)) - + print(permissions) @cog_ext.cog_subcommand( base='config', # subcommand_group='role',