From 90f7db041e173b1410f945f5fe112eed13e3aec6 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Wed, 27 Jun 2018 18:31:43 -0400 Subject: final changes --- commands/Getting Started/ping.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/Getting Started/ping.js b/commands/Getting Started/ping.js index 72ac036..83b7c26 100644 --- a/commands/Getting Started/ping.js +++ b/commands/Getting Started/ping.js @@ -12,10 +12,11 @@ exports.run = (bot, msg) => { const embed = new RichEmbed(); embed .setColor (0x00ae86) + .setTitle(':computer: Bot Statistics') .setDescription('Showing bot statistics:') .setFooter('Pokebot 2.0 Alpha 1'); - embed.addField('Client Heartbeat', Math.floor(bot.ping) + 'ms.'); + embed.addField('Client Heartbeat', Math.floor(bot.ping) + ' ms.'); msg.channel.send({ embed }) }; -- cgit v1.2.3