aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/changelog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/changelog.js b/commands/changelog.js
index 304b401..c247e43 100644
--- a/commands/changelog.js
+++ b/commands/changelog.js
@@ -28,6 +28,7 @@ module.exports.run = async (client, message) => {
.setAuthor('AleeBot ' + '2.4.0 Beta ' + '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 reasons!','For now the ban command is broken but we\'ll fix it soon!', true)
.setFooter('AleeCorp Copyright 2017')
.setColor('#1fd619');
message.channel.sendEmbed(embed);