Fixed json typo
This commit is contained in:
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…
x
Reference in New Issue
Block a user