summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-25 12:57:01 -0400
committerAlee <alee14498@gmail.com>2018-03-25 12:57:01 -0400
commitaefb6746d57910b850b603a9ccf8dfc37e756af6 (patch)
tree51c852d81eb1e6e6e1832cae6e807aaae5c7ca0a
parentd9cf1ae4444678e63d7b0533c54dd5e4043189d7 (diff)
downloadAleeBot-aefb6746d57910b850b603a9ccf8dfc37e756af6.tar.gz
AleeBot-aefb6746d57910b850b603a9ccf8dfc37e756af6.tar.bz2
AleeBot-aefb6746d57910b850b603a9ccf8dfc37e756af6.zip
Updated changelog
-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);