Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit 85e2b5e

Browse files
committed
Fix bug on production Part 1
1 parent be61eb6 commit 85e2b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/slash/Music.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export class Music extends MusicBase {
4242
await LibVoice.joinFromContext(ctx);
4343
const result = await LibVoice.addMusicToQueue(
4444
ctx.guildId!,
45-
ctx.user.id,
46-
qualityLinks[quality]
45+
qualityLinks[quality],
46+
ctx.user.id
4747
);
4848

4949
if (result != "No results found") {

0 commit comments

Comments
 (0)