merge glitch solved

This commit is contained in:
Artyom Ashirov 2024-11-15 15:43:00 +03:00
parent 18e09119b3
commit 772cd738ca

View File

@ -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)) {