From 1e294d91c3eab7e65936010c8f0c81c4c4f73b96 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Jul 2022 23:08:59 -0400 Subject: Removed help; Updated all the new commands; Finally removed final control panel code --- commands/skip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/skip.js') diff --git a/commands/skip.js b/commands/skip.js index 4860209..a49b904 100644 --- a/commands/skip.js +++ b/commands/skip.js @@ -27,8 +27,8 @@ export default { .setName('skip') .setDescription('Skips the track'), async execute(interaction, bot) { + await interaction.reply({content:`Skipping ${audio}`, ephemeral:true}); player.stop(); - await searchAudio(bot, interaction); - return await interaction.reply({content:`Skipping ${audio}`, ephemeral:true}); + return await searchAudio(bot, interaction); }, }; \ No newline at end of file -- cgit v1.2.3