on line 35 its the command const and if you add .toLowerCase(); to it, it becomes case insensitive var command = message.content.split(' ')[0].replace(guildConf[message.guild.id].prefix, '').toLowerCase(); small edit but helps!
on line 35 its the command const and if you add .toLowerCase(); to it, it becomes case insensitive
var command = message.content.split(' ')[0].replace(guildConf[message.guild.id].prefix, '').toLowerCase();
small edit but helps!