diff options
| author | Alee <alee14498@gmail.com> | 2018-04-20 16:58:07 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-20 16:58:07 -0400 |
| commit | 4648caa22725bbcc6e0f8a25f521b545b4563949 (patch) | |
| tree | 28ccc8a916ae149bad00be020f4165a96cfc2188 /commands/changelog.js | |
| parent | 986c88ff3d8093495604a3ee1c8cc7746480aa7f (diff) | |
| download | AleeBot-4648caa22725bbcc6e0f8a25f521b545b4563949.tar.gz AleeBot-4648caa22725bbcc6e0f8a25f521b545b4563949.tar.bz2 AleeBot-4648caa22725bbcc6e0f8a25f521b545b4563949.zip | |
Custom prefixes!
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 d719b53..d5d9584 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. Suggest a feature for AleeBot!', 'You can now suggest a feature for AleeBot!')
+ .addField('1. Setting a custom prefix for AleeBot!', 'We\'ve finally did it! You can now set a prefix!')
.setColor('#1fd619');
message.channel.send({embed});
|
