Improve wording on /health message

This commit is contained in:
Matthias
2024-03-09 17:35:14 +01:00
parent 71b4e79874
commit 7cceddb3df

View File

@@ -1705,8 +1705,8 @@ class Telegram(RPCHandler):
"""
health = self._rpc.health()
message = f"Last process: `{health['last_process_loc']}`\n"
message += f"Initial bot Start: `{health['bot_start_loc']}`\n"
message += f"Current bot Start: `{health['bot_startup_loc']}`"
message += f"Initial bot start: `{health['bot_start_loc']}`\n"
message += f"Last bot restart: `{health['bot_startup_loc']}`"
await self._send_msg(message)
@authorized_only