From 2261cbd92e180779f5e234d9fb5713c33b0b1e82 Mon Sep 17 00:00:00 2001 From: Rahul Gudise Date: Mon, 20 Feb 2023 16:22:17 -0500 Subject: [PATCH] fixed command regex and updated documentation --- 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 03bbb4b87..a4145df02 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -421,5 +421,5 @@ ARDR/ETH 0.366667 0.143059 -0.01 ### /marketdir Updates the user managed variable that represents the current market direction. This variable is not set -to any market direction on bot startup and must be set by the user. For example `/marketdir long` +to any valid market direction on bot startup and must be set by the user. As an example `/marketdir long` would set the variable to be `long`.