From 784b6fc90f16af6f69f14b9415f82dc5429b2485 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 19:42:42 -0400 Subject: Wheeeee new buy command!!!!! --- commands/changelog.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'commands/changelog.js') 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); -- cgit v1.2.3