From 44ff6d50ec921cc86ba1c07a9a8e2daac756f183 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 7 Nov 2024 07:22:54 +0100 Subject: [PATCH] docs: further clarify telegram docs --- docs/telegram-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index d092a1a3e..3fc76d58f 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -94,7 +94,7 @@ Example configuration showing the different settings: "trailing_stop_loss": "on", "stop_loss": "on", "stoploss_on_exchange": "on", - "custom_exit": "silent", + "custom_exit": "silent", // custom_exit without specifying an exit reason "partial_exit": "on", // "custom_exit_message": "silent", // Disable individual custom exit reasons "*": "off" // Disable all other exit reasons