Switching to asyncpg
This commit is contained in:
parent
5495aa213e
commit
f939df6bc0
@ -58,7 +58,6 @@ class Geeksbot(commands.Bot):
|
|||||||
self.TOKEN = self.bot_secrets['token']
|
self.TOKEN = self.bot_secrets['token']
|
||||||
del self.bot_secrets['token']
|
del self.bot_secrets['token']
|
||||||
self.db_con = None
|
self.db_con = None
|
||||||
del self.bot_secrets['db_con']
|
|
||||||
self.default_prefix = 'g~'
|
self.default_prefix = 'g~'
|
||||||
self.voice_chans = {}
|
self.voice_chans = {}
|
||||||
self.spam_list = {}
|
self.spam_list = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user