From e7ba7eb18ede7886594b834ff5607456a2800fa0 Mon Sep 17 00:00:00 2001 From: Connor Knieriem Date: Wed, 4 Dec 2019 08:19:13 -0500 Subject: [PATCH] grammar is a bad --- commands/Fun/color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Fun/color.js b/commands/Fun/color.js index 5d1443a..7b4d8a4 100644 --- a/commands/Fun/color.js +++ b/commands/Fun/color.js @@ -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 = {