Skip to content

Commit

Permalink
🚧 Mejorando parrafo de start
Browse files Browse the repository at this point in the history
  • Loading branch information
KrlitosForever committed Mar 22, 2024
1 parent 259aaee commit efae8dd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions botExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,9 @@ def format_currency(value):
@bot.message_handler(commands=['start'])
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
""")
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""")

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

0 comments on commit efae8dd

Please sign in to comment.