added more small changes

This commit is contained in:
Hazem Krimi
2020-05-11 15:13:44 +01:00
parent c5bab6ddad
commit 3492a59d99
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class Play extends Command {
return await message.say({ embed });
}
else {
message.guild.music.dispatcher.emit('finish');
await message.guild.music.dispatcher.emit('finish');
const embed = new MessageEmbed().setColor('#000099').setTitle(':track_next: Skipped current track');
return await message.say({ embed });
}