Merge pull request 'feature/admin-section' (#22) from feature/admin-section into main
Reviewed-on: https://git.softuniq.eu/Telegram-Market/telegram-shop/pulls/22
This commit is contained in:
commit
aed9a2ba56
10
src/index.js
10
src/index.js
@ -79,16 +79,6 @@ bot.on('message', async (msg) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg.text.toLowerCase() === '/start') {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const canUse = await userHandler.canUseBot(msg);
|
|
||||||
|
|
||||||
if (!canUse) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Check for admin location input
|
// Check for admin location input
|
||||||
if (await adminLocationHandler.handleLocationInput(msg)) {
|
if (await adminLocationHandler.handleLocationInput(msg)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user