From 394535c2e811c02cf34e63bf0a62e59912f9c33a Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Sun, 23 Mar 2025 22:13:09 -0400 Subject: [PATCH] chore: update telegram _stopentry handling function description --- freqtrade/rpc/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index 36b873178..df85b5b17 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -1273,7 +1273,7 @@ class Telegram(RPCHandler): async def _stopentry(self, update: Update, context: CallbackContext) -> None: """ Handler for /stop_buy /stop_entry and /pause. - Sets max_open_trades to 0 and gracefully sells all open trades + Sets bot state to paused :param bot: telegram bot :param update: message update :return: None