mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Uncomment test confirmation
This commit is contained in:
parent
e28bf1fb29
commit
2fd70139d0
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ async def on_ready():
|
|||
u.cogs['Administration'].deleting = True
|
||||
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']))
|
||||
if u.config['playing'] is not '':
|
||||
await bot.change_presence(game=d.Game(name=u.config['playing']))
|
||||
|
||||
print('\nS U C C E S S\n')
|
||||
|
||||
|
|
Loading…
Reference in a new issue