You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.local.add_log(f"Error while sending welcome message: {e}", "error")
272
+
self.local.add_log(f"If you want the bot to write to a multi-person chat group, make sure the bot is added to that chat group. If it is not - do it and run the command `setup_alert_bot <bot_token> <chat_id>` again.", "info")
273
+
color_print("setup_alert_bot - {red}Error{endc}")
274
+
259
275
defsend_welcome_message(self):
260
276
message=f"""
261
277
This is alert bot. You have connected validator with ADNL <code>{self.ton.GetAdnlAddr()}</code>.
self.local.add_log(f"Error while sending welcome message: {e}", "error")
289
-
self.local.add_log(f"If you want the bot to write to a multi-person chat group, make sure the bot is added to that chat group. If it is not - do it and run the command `set ChatId <ChatId>` again.", "info")
0 commit comments