diff --git a/commands/admin/autoresponse.js b/commands/admin/autoresponse.js
index 6552e461..6042963a 100644
--- a/commands/admin/autoresponse.js
+++ b/commands/admin/autoresponse.js
@@ -27,8 +27,8 @@ class autoresponseCommand extends Command {
 	}
 
 	async exec(message, args) {
-		let text = args.text.toLowerCase();
-		let all = args.all.toLowerCase();
+		let text = args.text;
+		let all = args.all;
 
 		if (text.toLowerCase() == 'enable' || text.toLowerCase() == 'disable') {
 			let autoresponse = {};