mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
using "Loop" in skip real
This commit is contained in:
parent
34d3223113
commit
40e7de42ed
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ module.exports = {
|
|||
try {
|
||||
const Embed = new MessageEmbed()
|
||||
.setColor('#FFFF00')
|
||||
.setTitle('Loop')
|
||||
.setTitle('Skip')
|
||||
.setDescription(`Skipping ${bot.music.song.name}`);
|
||||
channeldc.send({embeds: [Embed]});
|
||||
bot.music.skip();
|
||||
|
|
Loading…
Reference in a new issue