mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54: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 {
|
try {
|
||||||
const Embed = new MessageEmbed()
|
const Embed = new MessageEmbed()
|
||||||
.setColor('#FFFF00')
|
.setColor('#FFFF00')
|
||||||
.setTitle('Loop')
|
.setTitle('Skip')
|
||||||
.setDescription(`Skipping ${bot.music.song.name}`);
|
.setDescription(`Skipping ${bot.music.song.name}`);
|
||||||
channeldc.send({embeds: [Embed]});
|
channeldc.send({embeds: [Embed]});
|
||||||
bot.music.skip();
|
bot.music.skip();
|
||||||
|
|
Loading…
Reference in a new issue