Fixed json typo

add-license-1
DustyP 8 years ago
parent 6a30e7b1e7
commit 5f212e3a3c

@ -50,7 +50,7 @@ class Geeksbot(commands.Bot):
with open(f'{config_dir}{bot_config_file}') as file:
self.bot_config = json.load(file)
with open(f'{config_dir}{secrets_file}') as file:
self.bot_secrets = son.load(file)
self.bot_secrets = json.load(file)
# with open(f'{config_dir}{profane_words_file}') as file:
# self.profane_words = file.readlines()
self.guild_config = {}

Loading…
Cancel
Save