diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 19:19:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 19:19:04 -0400 |
| commit | d47d424b6709c43e9a88dfa8b0de97440bfdf274 (patch) | |
| tree | 8e4aa15e9443edb2c25a6fa7781afa6d64651b20 /aleebot.js | |
| parent | 0c2fe1bf359ba3531c7006bf5c45be9d757d1918 (diff) | |
| download | AleeBot-d47d424b6709c43e9a88dfa8b0de97440bfdf274.tar.gz AleeBot-d47d424b6709c43e9a88dfa8b0de97440bfdf274.tar.bz2 AleeBot-d47d424b6709c43e9a88dfa8b0de97440bfdf274.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -21,7 +21,7 @@ client.on('message', message => { client.on('message', message => { if(message.content === 'ab:git'){ - message.channel.sendMessage ('Here is the github repo: https://github.com/Alee14/AleeBot'); + message.channel.sendMessage ('Here is the github repo: https://github.com/AleeCorp/AleeBot'); } }); @@ -42,17 +42,7 @@ client.on('message', message => { client.on('message', message => { if(message.content === 'ab:help'){ - message.channel.sendMessage (' "Here are some things you can try:\n```\n" + - "git Displays the link to the github page of AleeBot.\n" + - "profile Shows your profile picture.\n" + - "owner Tells you who made the bot\n" + - "about Tells you about AleeBot\n" + - "copyright Tells you about AleeBot\n" + - "license Tells you about AleeBot\n" + - "warranty Tells you about AleeBot\n\n" + - "ping|pong Asks AleeBot to reply with a message\n\n" + - "These commands need to be prefixed with ab:\n" + - "```"'); + message.channel.sendMessage ('```Commands for AleeBot!\n\nab:profile\nab:git\nab:ping\nab:pong\nab:owner```'); } }); |
