mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
fuck windows man
This commit is contained in:
parent
379a3849f8
commit
7e4752eebd
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue