fix(commands/voice/queue): actually pass edited
This commit is contained in:
parent
4a1ef90059
commit
614359abd1
2
core.py
2
core.py
@ -105,7 +105,7 @@ async def on_message(message, edited=False):
|
|||||||
await commands.voice.leave(message)
|
await commands.voice.leave(message)
|
||||||
case C.QUEUE | C.PLAY:
|
case C.QUEUE | C.PLAY:
|
||||||
async with command_locks[message.guild.id]:
|
async with command_locks[message.guild.id]:
|
||||||
await commands.voice.queue_or_play(message, edited=True)
|
await commands.voice.queue_or_play(message, edited)
|
||||||
case C.SKIP:
|
case C.SKIP:
|
||||||
async with command_locks[message.guild.id]:
|
async with command_locks[message.guild.id]:
|
||||||
await commands.voice.skip(message)
|
await commands.voice.skip(message)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user