Merge branch 'development' of https://github.com/dustinpianalto/Geeksbot into development

This commit is contained in:
Dusty.P 2018-04-20 21:08:50 -08:00
commit c4fee255dc
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -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 = {}