From 49e946b143249d627e9f7e4b12e01d5f2c721201 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 30 Mar 2018 17:35:24 -0400 Subject: Changes in changelog --- commands/changelog.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'commands') diff --git a/commands/changelog.js b/commands/changelog.js index da91619..1f8fe6a 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -27,9 +27,7 @@ module.exports.run = async (client, message) => { const embed = new Discord.RichEmbed() .setAuthor('AleeBot ' + '2.6.0 Beta ' + 'Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048') .setDescription('What\'s new in AleeBot 2.6?') - .addField('[>] Buy Command!','Now you could buy things with AleeBot!') - .addField('[>] Leave Command!','The owner of this bot can only use this command.') - .addField('[>] Info Command!','For now this command only shows the hostname of the os.') + .addField('[>] G A M E S!', 'Yes! You\'ve been waiting for a long time you can now get money from games!') .setColor('#1fd619'); message.channel.send({embed}); -- cgit v1.2.3