summaryrefslogtreecommitdiff
path: root/commands/changelog.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/changelog.js')
-rw-r--r--commands/changelog.js9
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);