diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 23:11:56 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 23:11:56 -0400 |
| commit | 58ea0b085edee55bed170a04f33e3c4d1c0e97b7 (patch) | |
| tree | 57c59cbd16fbfcb6efad8346d8eb51ad5f110102 /aleebot.js | |
| parent | 6738f950a07cf729c91d7c86d9005fe2fe8da6cb (diff) | |
| download | AleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.tar.gz AleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.tar.bz2 AleeBot-58ea0b085edee55bed170a04f33e3c4d1c0e97b7.zip | |
Reemoved ab:plan due to being buggy
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; */ |
