mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
339dc52213
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())
|
||||
|
||||
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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue