chore: revert telegram keyboard list, remove paused button

This commit is contained in:
Axel-CH
2025-03-23 04:09:18 -04:00
parent 85772ac7f7
commit b8dffe0eb0

View File

@@ -170,7 +170,7 @@ class Telegram(RPCHandler):
self._keyboard: list[list[str | KeyboardButton]] = [
["/daily", "/profit", "/balance"],
["/status", "/status table", "/performance"],
["/start", "/pause", "/stop", "/help"],
["/count", "/start", "/stop", "/help"],
]
# do not allow commands with mandatory arguments and critical cmds
# TODO: DRY! - its not good to list all valid cmds here. But otherwise