Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from derek-palmer/helpme
Browse files Browse the repository at this point in the history
updated help command to actually be useful #25
  • Loading branch information
derek-palmer committed Apr 8, 2017
2 parents fc4caf2 + 2955ef1 commit 9314f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 9314f44

Please sign in to comment.