Work with capital letter

This commit is contained in:
unknown 2018-09-23 03:36:09 +02:00
parent 6773a3e391
commit 2a564caafd

View file

@ -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();