Work with capital letter
This commit is contained in:
parent
6773a3e391
commit
2a564caafd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports = class emoteSayCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(message, { text }) {
|
async run(message, { text }) {
|
||||||
let textChar = text.split('')
|
let textChar = text.toLowerCase().split('')
|
||||||
let i = text.length;
|
let i = text.length;
|
||||||
let emojiArray = [];
|
let emojiArray = [];
|
||||||
message.delete();
|
message.delete();
|
||||||
|
|
Loading…
Reference in a new issue