From d97431a4a8cf6755dc8adab3e2d6208369af83b4 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 15 Jul 2016 11:13:30 -0500 Subject: [PATCH] Fixed syntax error --- cogs/utils/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/utils/config.py b/cogs/utils/config.py index 4300227..c91a6b4 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -11,6 +11,7 @@ connection = None db_default = global_config.get("db_default") db_boops = global_config.get("db_boops") +db_perms = global_config.get("db_perms") botDescription = global_config.get("description") commandPrefix = global_config.get("command_prefix")