Skip to content

Commit

Permalink
🚧 Mejorando parrafo de start2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrlitosForever committed Mar 22, 2024
1 parent efae8dd commit fbec6dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions botExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ def format_currency(value):
#Function that starts with command /start
@bot.message_handler(commands=['start'])
def send_welcome(message):
bot.send_message(message.chat.id,
"""
Hola, soy un 🤖 de Ejemplo.
Puedes preguntar lo siguiente:⬇️\n/info\nPara conocer las funciones de este bot\n/info2\nPara conocer el menú botones\n/info3\npara conocer el panel""")
bot.send_message(message.chat.id, "Hola, soy un 🤖 de Ejemplo.\nPuedes preguntar lo siguiente:⬇️\n/info\nPara conocer las funciones de este bot\n/info2\nPara conocer el menú botones\n/info3\npara conocer el panel")

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

0 comments on commit fbec6dd

Please sign in to comment.