From 2955ef1e9c5938f83c8efecafdbe08bc018e301b Mon Sep 17 00:00:00 2001 From: Derek Palmer Date: Sat, 8 Apr 2017 19:36:53 -0400 Subject: [PATCH] updated help command to actually be useful #25 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index ecccc81..03c8196 100644 --- a/app.js +++ b/app.js @@ -37,7 +37,7 @@ acebot.on('message', message => { } //Help if (command === 'helpme') { - message.reply("help? You don't need help.").catch(console.error); + message.reply("\n\nCommands:\n\n**!pong** - Sends 'ping' back to user\n\n**!bitcoin** - Responds with current USD market price of bitcoin\n\n**!goat** - Responds with random goat gif\n\n**!kitten** - Responds with random kitten gif\n\n**!helpme** - Bot help\n\n**!add** - Adds numbers; Example '!add 5 5 5' Total = 15 \n\n**!foo** - Responds with 'bar!' if you're an Admin.\n\n**!triggered** - Responds with favorite triggered gif.\n\n**!brule** - Responds with randome Steve Brule gif.\n\n**!bringo** - Responds with favorite Steve Brule bringo gif.\n\n**!bow** - Responds with favorite James Franco bow gif.\n\n**!hue** - Responds with favorite HueHueHue gif.").catch(console.error); } //Ping - Pong if (command === 'pong') {