From 156c0d6218be882109b5964c3dc6f925dc5af1ec Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sat, 4 Jul 2020 11:18:14 +0100 Subject: [PATCH] sub update --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index e98098e..bf56e61 100644 --- a/app.js +++ b/app.js @@ -85,7 +85,7 @@ bot.on('message', (msg) => { bot.sendMessage(msg.chat.id, resp, logger) } - if (msg.text && msg.text.toString().includes("set sub")) { + if (msg.text && msg.text.toString().toLowerCase().includes("set sub")) { bot_subStatus.setSubStatus(bot, msg, logger) }