master
Kit Kasune 3 years ago
parent e3410aa97b
commit a447128c0e
  1. 2
      commands/music/play.js

@ -99,7 +99,7 @@ module.exports = {
.addField("Length", moment.preciseDiff(Date.now(), Date.now() + song.info.length), true)
.addField("Songs in Queue", `**1** Song\n${moment.preciseDiff(Date.now(), Date.now() + song.info.length)}`)
.addField("Settings", `Volume: **${client.misc.queue[message.guild.id].volume}**/**150**`)
.setColor('2c328ba89cb0')
.setColor('328ba8')
.setFooter("Luno")
);
let reactions = ['⏯', '⏭', '⏹', '🔁', '🔉', '🔊'];

Loading…
Cancel
Save