From 3a230b5796d982639c3b3bcb2dfc0bc9b7a8b0a4 Mon Sep 17 00:00:00 2001 From: Trey Date: Fri, 23 Feb 2018 19:24:53 -0500 Subject: fixed errors by my eyes... --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index f9dcd3f..a4306c3 100644 --- a/bot.js +++ b/bot.js @@ -30,12 +30,12 @@ function parseCommand(msg) { .setColor (0x00ae86) .setTitle('PokeBot Command List') .setDescription('These are the commands you can use. My prefix is `p:`') - .addField('Core', 'help', true) + .addField('Core', 'help\nping', true) .setFooter('PokeBot Beta') ); break; case 'ping': - msg.channel.send(':ping_pong: Pong! ' + Math.floor(bot.ping)); + msg.channel.send(':ping_pong: Pong! ' + Math.floor(bot.ping) + 'ms.'); break; } } -- cgit v1.2.3