Skip to content

Commit

Permalink
🚧 prueba de texto en comando start
Browse files Browse the repository at this point in the history
  • Loading branch information
KrlitosForever committed Mar 22, 2024
1 parent f2d77cd commit 259aaee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions botExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ def format_currency(value):
def send_welcome(message):
bot.send_message(message.chat.id,
"""
Hola, soy un 🤖 de Ejemplo.
Puedes preguntar lo siguiente:⬇️
/info
Para conocer las funciones de este bot.
/info2
Para conocer el menú botones
/info3
para conocer el panel
""")
Hola, soy un 🤖 de Ejemplo.
Puedes preguntar lo siguiente:⬇️
/info
Para conocer las funciones de este bot
/info2
Para conocer el menú botones
/info3
para conocer el panel
""")

# Función de información
# Information function
Expand Down

0 comments on commit 259aaee

Please sign in to comment.