1
0
Fork 0

Work with capital letter

Commando
unknown 6 years ago
parent 6773a3e391
commit 2a564caafd

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

Loading…
Cancel
Save