This commit is contained in:
parent
582994b4f1
commit
dc221eab29
@ -49,7 +49,7 @@ async def telegram_webhook(request, bot_name):
|
|||||||
text = update.message.text or ""
|
text = update.message.text or ""
|
||||||
|
|
||||||
# 🚀 Citizen bot
|
# 🚀 Citizen bot
|
||||||
if bot_name == "pepebasurita":
|
if bot_name == "PepeBasuritaCoinsBot":
|
||||||
if text == "/start":
|
if text == "/start":
|
||||||
await start(update)
|
await start(update)
|
||||||
elif text == "/help":
|
elif text == "/help":
|
||||||
@ -70,7 +70,7 @@ async def telegram_webhook(request, bot_name):
|
|||||||
await update.message.reply_text(bot_response)
|
await update.message.reply_text(bot_response)
|
||||||
|
|
||||||
# 🚚 City collector bot
|
# 🚚 City collector bot
|
||||||
elif bot_name == "pepecamioncito":
|
elif bot_name == "PepeCamioncitoBot":
|
||||||
if text == "/start":
|
if text == "/start":
|
||||||
await start(update)
|
await start(update)
|
||||||
elif text == "/help":
|
elif text == "/help":
|
||||||
@ -85,7 +85,7 @@ async def telegram_webhook(request, bot_name):
|
|||||||
await city_eco_score(update)
|
await city_eco_score(update)
|
||||||
|
|
||||||
# 🚛 Private collector bot
|
# 🚛 Private collector bot
|
||||||
elif bot_name == "pepemotito":
|
elif bot_name == "PepeMotitoBot":
|
||||||
if text == "/start":
|
if text == "/start":
|
||||||
await start(update)
|
await start(update)
|
||||||
elif text == "/help":
|
elif text == "/help":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user