1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 14:27:27 +00:00

Fix deprecated parameter

This commit is contained in:
Myned 2018-09-03 22:18:41 -04:00
parent 9ea9c23426
commit 72055d5eb5

View file

@ -114,7 +114,7 @@ async def on_ready():
bot.loop.create_task(u.cogs['Administration'].delete()) bot.loop.create_task(u.cogs['Administration'].delete())
if u.config['playing'] is not '': if u.config['playing'] is not '':
await bot.change_presence(game=d.Game(name=u.config['playing'])) await bot.change_presence(activity=d.Game(name=u.config['playing']))
print('\nS U C C E S S\n') print('\nS U C C E S S\n')