summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-30 20:28:55 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-30 20:28:55 -0400
commit9efd74d10b4354d4023a7fa2231dcb64a84f8620 (patch)
tree7abf706bf9fac8601b5f9cc2b444f74ce25e48a5
parenta814ec605380603b83c65844ac230e0ead0c36a6 (diff)
downloadAleeBot-1.0.7.tar.gz
AleeBot-1.0.7.tar.bz2
AleeBot-1.0.7.zip
Another command!v1.0.7
-rw-r--r--aleebot.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 6e02a07..0fc2a4c 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -159,7 +159,8 @@ client.on("message", function(message){
'**'+prefix+'owner** Shows who made this bot.\n' +
'**'+prefix+'suggest** You suggest things (working progress).\n' +
'**'+prefix+'userinfo** Tells you your info about you.\n' +
- '**'+prefix+'abinvite** Lets you bring AleeBot to your server.', true)
+ '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
+ '**'+prefix+'serverinvite** Invites you to the AleeArmy Server', true)
.setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + ver + "!")
.setColor(0x00FFFF)
message.channel.sendEmbed(embed);
@@ -203,10 +204,15 @@ client.on("message", function(message){
message.channel.sendEmbed(embed);
}
- if (command === 'abinvite'){
+ if (command === 'botinvite'){
message.reply(':arrow_left: Look at your DMs.');
message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp")
}
+
+ if (command === 'serverinvite'){
+ message.reply(':arrow_left: Look at your DMs.');
+ message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ")
+ }
});
process.on('unhandledRejection', function(err, p) {