mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
fixed skip emoji
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = class Play extends Command {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
message.guild.music.dispatcher.emit('finish');
|
message.guild.music.dispatcher.emit('finish');
|
||||||
const embed = new MessageEmbed().setColor('#000099').setTitle(':stop_button: Skipped current track');
|
const embed = new MessageEmbed().setColor('#000099').setTitle(':track_next: Skipped current track');
|
||||||
return await message.say({ embed });
|
return await message.say({ embed });
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user