1
Fork 0
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:
Steffo 2018-04-15 13:52:02 +02:00
parent 47487afb56
commit 3572056a7f

View file

@ -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()