From d334c5584dbdd27a201cfc6738e587599d3013a3 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Mon, 15 Aug 2016 16:16:01 -0500 Subject: [PATCH] Removed comment for restarting --- cogs/owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/owner.py b/cogs/owner.py index b1a746c..87b8825 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -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)