chore: revert telegram keyboard list, remove paused button
This commit is contained in:
@@ -170,7 +170,7 @@ class Telegram(RPCHandler):
|
|||||||
self._keyboard: list[list[str | KeyboardButton]] = [
|
self._keyboard: list[list[str | KeyboardButton]] = [
|
||||||
["/daily", "/profit", "/balance"],
|
["/daily", "/profit", "/balance"],
|
||||||
["/status", "/status table", "/performance"],
|
["/status", "/status table", "/performance"],
|
||||||
["/start", "/pause", "/stop", "/help"],
|
["/count", "/start", "/stop", "/help"],
|
||||||
]
|
]
|
||||||
# do not allow commands with mandatory arguments and critical cmds
|
# do not allow commands with mandatory arguments and critical cmds
|
||||||
# TODO: DRY! - its not good to list all valid cmds here. But otherwise
|
# TODO: DRY! - its not good to list all valid cmds here. But otherwise
|
||||||
|
|||||||
Reference in New Issue
Block a user