From 3162a4132d36e36635135aefee76ba899694a043 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Feb 2018 21:23:18 -0500 Subject: New help --- commands/ping.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands/ping.js') diff --git a/commands/ping.js b/commands/ping.js index 8ba3ae9..0c61fd5 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -1,4 +1,4 @@ -exports.run = (bot, msg, args) => { +exports.run = (bot, msg) => { msg.channel.send(':ping_pong: Pong! ' + Math.floor(bot.ping) + 'ms.'); }; @@ -9,6 +9,6 @@ exports.conf = { exports.help = { name: 'ping', - description: 'ping.', - usage: 'ping', + description: 'Pings the bot and replies with the latency.', + category:'Getting Started', }; -- cgit v1.2.3