Merge branch 'development' of https://github.com/dustinpianalto/Geeksbot into development
This commit is contained in:
commit
34ed2717d4
@ -57,7 +57,7 @@ class Geeksbot(commands.Bot):
|
|||||||
self.infected = {}
|
self.infected = {}
|
||||||
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 = self.connect_db(self)
|
self.db_con = self.connect_db()
|
||||||
del self.bot_secrets['db_con']
|
del self.bot_secrets['db_con']
|
||||||
self.default_prefix = 'g~'
|
self.default_prefix = 'g~'
|
||||||
self.voice_chans = {}
|
self.voice_chans = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user