diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | cogs/admin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/admin.py b/cogs/admin.py index f252944..0613b5d 100644..100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -86,6 +86,7 @@ class Admin(commands.Cog): await ctx.send(f'Some unknown error happened while trying to reload extension {ext} (check logs)') self.bot.logger.exception(f'Failed to reload extension {ext}:') + """ @commands.command() @commands.check(is_mod) async def connect(self, ctx): @@ -97,6 +98,7 @@ class Admin(commands.Cog): async def disconnect(self, ctx): await ctx.voice_client.disconnect() await ctx.send(f"Left channel {ctx.author.voice.channel.name}") + """ @commands.command() @commands.check(is_mod) |