From 772cd738ca9c4bb8142048ac4b2f5c6f54842a07 Mon Sep 17 00:00:00 2001 From: Artyom Ashirov <1323ED5@gmail.com> Date: Fri, 15 Nov 2024 15:43:00 +0300 Subject: [PATCH] merge glitch solved --- src/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/index.js b/src/index.js index c5c250a..72c16ef 100644 --- a/src/index.js +++ b/src/index.js @@ -79,16 +79,6 @@ bot.on('message', async (msg) => { return; } - if (msg.text.toLowerCase() === '/start') { - return; - } - - const canUse = await userHandler.canUseBot(msg); - - if (!canUse) { - return; - } - try { // Check for admin location input if (await adminLocationHandler.handleLocationInput(msg)) {