Change of bot name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-07-06 02:04:05 -06:00
parent 582994b4f1
commit dc221eab29

View File

@ -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":