From 3ae50a1543bdb7e17e6b4f110b02f8590331f649 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Mon, 9 Mar 2020 13:29:19 +0200 Subject: [PATCH] Update nowplaying.js --- commands/nowplaying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');