diff options
| author | Alee <alee14498@gmail.com> | 2018-04-22 15:09:16 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-22 15:09:16 -0400 |
| commit | f7970f3a9cc94600309ff48d1a920040672899a5 (patch) | |
| tree | 99e1be14a7cbd83ac7e6be693b53e1c5791f2c8c /commands/changelog.js | |
| parent | 6d23c51eb64ce44269fc59c5289880b2d5c30396 (diff) | |
| download | AleeBot-2.9.0.tar.gz AleeBot-2.9.0.tar.bz2 AleeBot-2.9.0.zip | |
2.9 releasev2.9.0
Diffstat (limited to 'commands/changelog.js')
| -rw-r--r-- | commands/changelog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/changelog.js b/commands/changelog.js index d5d9584..2849d8d 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -22,7 +22,7 @@ module.exports.run = async (client, message) => { const embed = new Discord.RichEmbed()
.setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ' Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048')
.setDescription('What\'s new in AleeBot '+ require('../storage/settings.json').abVersion +'?')
- .addField('1. Setting a custom prefix for AleeBot!', 'We\'ve finally did it! You can now set a prefix!')
+ .addField('1. Console commands!', 'Unfortunately they are not discord features but it\'s only for console.')
.setColor('#1fd619');
message.channel.send({embed});
|
