Update nowplaying.js

This commit is contained in:
MatteZ02 2020-03-09 13:29:19 +02:00
parent a0d08224d1
commit 3ae50a1543

View File

@ -12,7 +12,7 @@ module.exports = {
const completed = (radio.time.toFixed(0)); const completed = (radio.time.toFixed(0));
const embed = new Discord.MessageEmbed() const embed = new Discord.MessageEmbed()
.setTitle("<a:aNotes:674602408105476106> Now Playing") .setTitle("Now Playing")
.setColor(client.config.embedColor) .setColor(client.config.embedColor)
.setDescription(`**${radio.station.name}** \n Owner: ${radio.station.owner} \n\`${client.funcs.msToTime(completed, "hh:mm:ss")}\``) .setDescription(`**${radio.station.name}** \n Owner: ${radio.station.owner} \n\`${client.funcs.msToTime(completed, "hh:mm:ss")}\``)
.setFooter('EximiaBots by Warén Media'); .setFooter('EximiaBots by Warén Media');