diff --git a/commands/nowplaying.js b/commands/nowplaying.js index 4a3a45a..f0aedd7 100644 --- a/commands/nowplaying.js +++ b/commands/nowplaying.js @@ -12,7 +12,7 @@ module.exports = { const completed = (radio.time.toFixed(0)); const embed = new Discord.MessageEmbed() - .setTitle(" Now Playing") + .setTitle("Now Playing") .setColor(client.config.embedColor) .setDescription(`**${radio.station.name}** \n Owner: ${radio.station.owner} \n\`${client.funcs.msToTime(completed, "hh:mm:ss")}\``) .setFooter('EximiaBots by Warén Media');