From 900bbc1737b66f59bf93478ebc31407be168c42f Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 21:05:58 -0400 Subject: Grammar --- commands/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/changelog.js b/commands/changelog.js index 79e8dff..b210c4f 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -29,7 +29,7 @@ module.exports.run = async (client, message) => { .setDescription('What\'s new in AleeBot 2.5?') .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 what\'s the hostname of the os.') + .addField('[>] Info Command!','For now this command only shows the hostname of the os.') .setColor('#1fd619'); message.channel.send({embed}); -- cgit v1.2.3