diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 19:42:42 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 19:42:42 -0400 |
| commit | 784b6fc90f16af6f69f14b9415f82dc5429b2485 (patch) | |
| tree | de2e68cedc6b3b22d61fdaedd290563115117a7e /commands/changelog.js | |
| parent | 4bfdff40646c653f2c391a79f82ea2c85645ecb3 (diff) | |
| download | AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.tar.gz AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.tar.bz2 AleeBot-784b6fc90f16af6f69f14b9415f82dc5429b2485.zip | |
Wheeeee new buy command!!!!!
Diffstat (limited to 'commands/changelog.js')
| -rw-r--r-- | commands/changelog.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/commands/changelog.js b/commands/changelog.js index 8b5f70a..faf4aaa 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -25,12 +25,9 @@ module.exports.run = async (client, message) => {
const Discord = require('discord.js');
const embed = new Discord.RichEmbed()
- .setAuthor('AleeBot ' + '2.4.0 ' + 'Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048')
- .setDescription('What\'s new in AleeBot 2.4?')
- .addField('[>] Suggestion Command!','Suggest command is only for exclusive servers!', true)
- .addField('[>] Ban and kick reasons!','Now you can ban and kick people within reasons!', true)
- .addField('[>] Economy!','Yes, it\'s true we\'ve now added economy in AleeBot but for now you can check for your balance!', true)
- .setFooter('AleeCorp Copyright 2017')
+ .setAuthor('AleeBot ' + '2.5.0 Beta ' + 'Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048')
+ .setDescription('What\'s new in AleeBot 2.5?')
+ .addField('[>] Buy Command!','Now you could buy things!', true)
.setColor('#1fd619');
message.channel.sendEmbed(embed);
|
