summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 23:11:56 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 23:11:56 -0400
commit58ea0b085edee55bed170a04f33e3c4d1c0e97b7 (patch)
tree57c59cbd16fbfcb6efad8346d8eb51ad5f110102
parent6738f950a07cf729c91d7c86d9005fe2fe8da6cb (diff)
downloadAleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.tar.gz
AleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.tar.bz2
AleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.zip
Reemoved ab:plan due to being buggy
-rw-r--r--aleebot.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/aleebot.js b/aleebot.js
index 798e828..e37b651 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -330,14 +330,6 @@ commandProcessed = true;
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
}
- if(command === 'plan'){
- var embed = new Discord.RichEmbed()
- .setTitle('Plans for future versions')
- .addField('1. Ai')
- ('2. Playing Music')
- ('3. More fun stuff :)' ,true)
- message.channel.sendEmbed(embed);
- }
/* else
message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.")
return; */