1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Merge branch 'dev'

This commit is contained in:
Myned 2018-09-03 22:18:51 -04:00
commit 339dc52213

View file

@ -114,7 +114,7 @@ async def on_ready():
bot.loop.create_task(u.cogs['Administration'].delete())
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')