diff --git a/aethex-bot/commands/music.js b/aethex-bot/commands/music.js index bfe4cc1..729de3c 100644 --- a/aethex-bot/commands/music.js +++ b/aethex-bot/commands/music.js @@ -54,7 +54,7 @@ module.exports = { { name: 'Queue', value: 'queue' } ))), - async execute(interaction, client, supabase) { + async execute(interaction, supabase, client) { const subcommand = interaction.options.getSubcommand(); const kazagumo = client.kazagumo;