fuck windows man

This commit is contained in:
io mintz 2020-07-24 19:22:35 +00:00
parent 379a3849f8
commit 7e4752eebd
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -40,7 +40,7 @@ class Bot(Bot):
)
def __init__(self, **kwargs):
with open('data/config.py') as f:
with open('data/config.py', encoding='utf-8') as f:
config = eval(f.read(), {})
super().__init__(config=config, **kwargs)