1
0
Fork 0
mirror of synced 2024-06-24 01:00:29 +12:00

Stopped the context from being passed, since ctx is not needed for this command

This commit is contained in:
Phxntxm 2016-12-22 10:01:02 -06:00
parent 9578221ba3
commit 6bbfcc36b1

View file

@ -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."""