1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Accept the correct parameters

This commit is contained in:
phxntxm 2017-03-15 21:22:02 -05:00
parent 94c5ef1873
commit 2c5c69cfce

View file

@ -16,7 +16,7 @@ class Music:
def __init__(self, bot):
self.bot = bot
async def on_voice_state_update(self, before, after):
async def on_voice_state_update(self, member, before, after):
pass
@commands.command(no_pm=True, enabled=False)