grammar is a bad

This commit is contained in:
Connor Knieriem 2019-12-04 08:19:13 -05:00
parent c07204b8ff
commit e7ba7eb18e
No known key found for this signature in database
GPG Key ID: 184F18E7B4AF08A6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
exports.run = async (client, message, args, level) => {
const response = await client.awaitReply(message, "Favourite Color?");
message.reply(`Oh, I really love ${response} too!`);
message.reply(`I really love ${response} too!`);
}
exports.conf = {