From 7b9feb620adec8afd80e6040275c64932bd14c6f Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 Aug 2017 00:31:42 -0400 Subject: A new command ab:ship --- aleebot.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'aleebot.js') diff --git a/aleebot.js b/aleebot.js index 955a4d8..a8cb2b8 100644 --- a/aleebot.js +++ b/aleebot.js @@ -14,7 +14,7 @@ const config = require('./absettings.json'); const prefix = "ab:"; const year = "2017"; -var abversion = "1.0.8.3"; +var abversion = "1.0.8.4"; var logsChannel = "318874545593384970"; client.on('ready', () => { @@ -96,6 +96,7 @@ client.on("message", function(message){ '**'+prefix+'suggest** You suggest things (working progress).\n' + '**'+prefix+'uptime** It tells you how long AleeBot has been on for.\n' + '**'+prefix+"ask** Go ask AleeBot a question and he will respond an answer.\n" + + '**'+prefix+"ship** It tells you who you ship with." '**'+prefix+'userinfo** Tells you your info about you.\n' + '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' + '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' + @@ -279,6 +280,9 @@ commandProcessed = true; message.channel.send(`\`ERROR\` \`\`\`xl\n${clean(err)}\n\`\`\``); } } + if(command === 'ship'){ + message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); + } }); const clean = text => { -- cgit v1.2.3