1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-15 11:13:30 -05:00
parent ef1445314e
commit d97431a4a8

View file

@ -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")