Skip to content

Commit

Permalink
🚧 Se agrega funcion para llamar bot
Browse files Browse the repository at this point in the history
  • Loading branch information
KrlitosForever committed Mar 22, 2024
1 parent 6022e6e commit f2d77cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/telebot
keys.py
keys.py
__pycache__
10 changes: 5 additions & 5 deletions botExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ def send_welcome(message):
Puedes preguntar lo siguiente:⬇️
/info
Para conocer las funciones de este bot.
/info2
Para conocer el menú botones
/info3
para conocer el panel
/info2
Para conocer el menú botones
/info3
para conocer el panel
""")

# Función de información
Expand Down Expand Up @@ -159,3 +158,4 @@ def video(message):
except Exception as e:
bot.send_message(message.chat.id, f"Error al enviar el video: {str(e)}")

bot.infinity_polling()

0 comments on commit f2d77cd

Please sign in to comment.