diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index 678c835e1..a595d3d15 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -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