From 9efd74d10b4354d4023a7fa2231dcb64a84f8620 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 30 Jul 2017 20:28:55 -0400 Subject: Another command! --- aleebot.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'aleebot.js') 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) { -- cgit v1.2.3