Skip to content

Commit

Permalink
edit function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Nov 13, 2024
1 parent 16817ea commit 150a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def main():
application.add_handler(CommandHandler("start", deep_linked_level_1, filters.Regex(NOME_COGNOME)))
application.add_handler(CommandHandler("odg", handle_odg))
application.add_handler(CommandHandler("chatid", get_chat_id_topic))
application.add_handler(CommandHandler("ore", get_ore))
application.add_handler(CommandHandler("ore", ore))
application.run_polling()

main()

0 comments on commit 150a57b

Please sign in to comment.