diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-30 20:28:55 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-30 20:28:55 -0400 |
| commit | 9efd74d10b4354d4023a7fa2231dcb64a84f8620 (patch) | |
| tree | 7abf706bf9fac8601b5f9cc2b444f74ce25e48a5 /aleebot.js | |
| parent | a814ec605380603b83c65844ac230e0ead0c36a6 (diff) | |
| download | AleeBot-1.0.7.tar.gz AleeBot-1.0.7.tar.bz2 AleeBot-1.0.7.zip | |
Another command!v1.0.7
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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) { |
