diff options
| author | Alee <alee14498@gmail.com> | 2018-03-30 17:35:24 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-30 17:35:24 -0400 |
| commit | 49e946b143249d627e9f7e4b12e01d5f2c721201 (patch) | |
| tree | a24db1bd793a8e5e48f4e74a8655477cd6974f9c | |
| parent | a1659ae8899dde445037235bf449b68bff64a5f4 (diff) | |
| download | AleeBot-49e946b143249d627e9f7e4b12e01d5f2c721201.tar.gz AleeBot-49e946b143249d627e9f7e4b12e01d5f2c721201.tar.bz2 AleeBot-49e946b143249d627e9f7e4b12e01d5f2c721201.zip | |
Changes in changelog
| -rw-r--r-- | commands/changelog.js | 4 |
1 files changed, 1 insertions, 3 deletions
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});
|
