From 262f186a37cf58ec5720f872fe94ad25c3992052 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Oct 2021 07:19:47 +0200 Subject: [PATCH] . --- freqtrade/rpc/telegram.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index 771d8bfa4..073583940 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -1033,7 +1033,8 @@ class Telegram(RPCHandler): :return: None """ forcebuy_text = ("*/forcebuy []:* `Instantly buys the given pair. " - "Optionally takes a rate at which to buy (only applies to limit orders).` \n") + "Optionally takes a rate at which to buy " + "(only applies to limit orders).` \n") message = ("*/start:* `Starts the trader`\n" "*/stop:* `Stops the trader`\n" "*/status |[table]:* `Lists all open trades`\n"