1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Removed comment for restarting

This commit is contained in:
Phxntxm 2016-08-15 16:16:01 -05:00
parent 2fb38350da
commit d334c5584d

View file

@ -30,7 +30,7 @@ class Owner:
server = self.bot.get_server(server_id)
await self.bot.say("Sorry, it's not safe to restart. I am currently playing a song on the {} server".format(server.name))
return
#ctx.invoke(self.bot.commands.get('restart'))
ctx.invoke(self.bot.commands.get('restart'))
@commands.command(pass_context=True)
@commands.check(checks.is_owner)