diff --git a/commands/utility/tag.js b/commands/utility/tag.js
index 1449a34..584b539 100644
--- a/commands/utility/tag.js
+++ b/commands/utility/tag.js
@@ -30,7 +30,6 @@ module.exports = class CustomResponseCommand extends Command {
         return message.channel.send("You are blacklisted")
 
             trigger = trigger.toLowerCase();
-            response = response.toLowerCase()
             do {
                 trigger = trigger.replace('--', ' ')
             } while (trigger.includes('--'))