From aefb6746d57910b850b603a9ccf8dfc37e756af6 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 12:57:01 -0400 Subject: Updated changelog --- commands/changelog.js | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3