mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Updates
This commit is contained in:
parent
9ee83cd21e
commit
d4ee98962f
1 changed files with 8 additions and 1 deletions
|
@ -112,7 +112,7 @@ client.on("message", function(message){
|
|||
.addField('Link:', 'botinvite\nserverinvite\ngit',true)
|
||||
.addField('Owner Only:', 'say\neval',true)
|
||||
.addField('Monitor:', 'ping\nuptime',true)
|
||||
.addField('Etc:', 'avatarurl\nsuggest', true)
|
||||
.addField('Etc:', 'avatarurl\nsuggest\nplans', true)
|
||||
.setFooter("AleeBot "+ abversion +" Copyright "+ year +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
|
||||
.setColor("#7af442")
|
||||
message.channel.sendEmbed(embed);
|
||||
|
@ -329,6 +329,13 @@ commandProcessed = true;
|
|||
if(command === 'ship'){
|
||||
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
|
||||
}
|
||||
|
||||
if(command === 'plan'){
|
||||
var embed = new Discord.RichEmbed()
|
||||
.setTitle('Plans for the future versions')
|
||||
.addField('1. Ai\n2. Play music', true)
|
||||
message.channel.sendEmbed(embed);
|
||||
}
|
||||
/* else
|
||||
message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.")
|
||||
return; */
|
||||
|
|
Loading…
Add table
Reference in a new issue