Fixed some bugs

This commit is contained in:
Choco
2024-02-22 16:18:58 +08:00
parent 58e9caa86f
commit 9069e5fa7e
3 changed files with 3 additions and 3 deletions

View File

@@ -751,7 +751,7 @@ class Basic(commands.Cog):
if len(player.shuffle_votes) >= (required := player.required()):
pass
else:
return await send(ctx, "shuffleVote", ctx.author, len(player.skip_votes), required)
return await send(ctx, "shuffleVote", ctx.author, len(player.shuffle_votes), required)
await player.shuffle("queue", ctx.author)
await send(ctx, "shuffled")