1
0
Fork 0
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:
Myned 2018-04-12 19:11:05 -04:00
parent e28bf1fb29
commit 2fd70139d0

View file

@ -113,8 +113,8 @@ async def on_ready():
u.cogs['Administration'].deleting = True u.cogs['Administration'].deleting = True
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(game=d.Game(name=u.config['playing']))
print('\nS U C C E S S\n') print('\nS U C C E S S\n')