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:
parent
9ea9c23426
commit
72055d5eb5
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue