summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-29 21:05:58 -0400
committerAlee <alee14498@gmail.com>2018-03-29 21:05:58 -0400
commit900bbc1737b66f59bf93478ebc31407be168c42f (patch)
tree2726a804a14271a5d8451a35b71ab8afdb875d93
parenta1dbeb76ceaf37b56bef52e601c6c1b4fd569c6a (diff)
downloadAleeBot-900bbc1737b66f59bf93478ebc31407be168c42f.tar.gz
AleeBot-900bbc1737b66f59bf93478ebc31407be168c42f.tar.bz2
AleeBot-900bbc1737b66f59bf93478ebc31407be168c42f.zip
Grammar
-rw-r--r--commands/changelog.js2
1 files changed, 1 insertions, 1 deletions
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});