From 6bbfcc36b1826f956e0998ff5b9e1a719567dc94 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 22 Dec 2016 10:01:02 -0600 Subject: [PATCH] Stopped the context from being passed, since ctx is not needed for this command --- cogs/music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/music.py b/cogs/music.py index 7edc10a..2544c63 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -197,7 +197,7 @@ class Music: fmt = "Current song progress: {0[0]}m {0[1]}s/{1[0]}m {1[1]}s".format(progress, length) await self.bot.say(fmt) - @commands.command(pass_context=True, no_pm=True) + @commands.command(no_pm=True) @checks.custom_perms(send_messages=True) async def join(self, *, channel: discord.Channel): """Joins a voice channel."""