aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-05-31 19:17:00 -0400
committerGitHub <noreply@github.com>2017-05-31 19:17:00 -0400
commit0c2fe1bf359ba3531c7006bf5c45be9d757d1918 (patch)
treea8a2c1539cf1d1dcbd337c2c3c935b173ba28e8f /aleebot.js
parent54ef05f715ba2c3f1fa774d8dd2d40fe4b3c783d (diff)
downloadAleeBot-0c2fe1bf359ba3531c7006bf5c45be9d757d1918.tar.gz
AleeBot-0c2fe1bf359ba3531c7006bf5c45be9d757d1918.tar.bz2
AleeBot-0c2fe1bf359ba3531c7006bf5c45be9d757d1918.zip
Update aleebot.js
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js14
1 files changed, 12 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 7a5699d..bbfaa09 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -42,7 +42,17 @@ client.on('message', message => {
client.on('message', message => {
if(message.content === 'ab:help'){
- message.channel.sendMessage ('```Commands for AleeBot!\n\nab:profile\nab:git\nab:ping\nab:pong\nab:owner```');
+ 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" +
+ "```"');
}
});
@@ -152,7 +162,7 @@ client.on('message', message => {
client.user.setPresence(presence);
}
- client.login ('token').catch(function() {
+ client.login ('MjgyNTQ3MDI0NTQ3NTQ1MTA5.DBCmJw.mkoy6ZVvK2QJTmXQzqyxnbnJfw4').catch(function() {
console.log("[ERROR] Login failed.");
});
// WE NEED DEVELOPERS!!!!!!!!!!