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 = {