mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
Immagino di aver fixato il bot veramente
This commit is contained in:
parent
47487afb56
commit
3572056a7f
1 changed files with 2 additions and 1 deletions
|
@ -380,7 +380,8 @@ def process(arg_discord_connection):
|
|||
u.dispatcher.add_handler(CallbackQueryHandler(on_callback_query))
|
||||
u.bot.send_message(config["Telegram"]["main_group"],
|
||||
f"ℹ Royal Bot avviato e pronto a ricevere comandi!\n"
|
||||
f"Ultimo aggiornamento: `{version}: {commit_msg}`")
|
||||
f"Ultimo aggiornamento: `{version}: {commit_msg}`",
|
||||
parse_mode="Markdown")
|
||||
while True:
|
||||
try:
|
||||
u.start_polling()
|
||||
|
|
Loading…
Add table
Reference in a new issue