1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Awaited the coroutine

This commit is contained in:
phxntxm 2016-08-31 23:01:45 -05:00
parent 737c97d3db
commit 9c1a4fab5c

View file

@ -63,7 +63,7 @@ class Core:
# The only real use of doing it this way is easier editing if the info in this command is changed
fmt = {}
bot_data = config.get_content('bot_data')
bot_data = await config.get_content('bot_data')
total_data = {}
for shard, values in bot_data.items():
for key, value in values.items():