diff --git a/bot.js b/bot.js index 1b1f316..e563c93 100644 --- a/bot.js +++ b/bot.js @@ -462,7 +462,7 @@ client.on('message', message => { let cmd = args[0]; // todo make case insensitive - switch (cmd) { + switch (cmd.toLowerCase()) { // Reply commands case 'command': case 'commands':