diff --git a/commands/fun/emotesay.js b/commands/fun/emotesay.js
index d96ab517..7a0051d9 100644
--- a/commands/fun/emotesay.js
+++ b/commands/fun/emotesay.js
@@ -18,7 +18,7 @@ module.exports = class emoteSayCommand extends Command {
     }
 
     async run(message, { text }) {
-        let textChar = text.split('')
+        let textChar = text.toLowerCase().split('')
         let i = text.length;
         let emojiArray = [];
         message.delete();