Add to telegram documentation

This commit is contained in:
Matthias
2024-03-03 15:24:26 +01:00
parent 265a7123da
commit 255ea88638
2 changed files with 3 additions and 2 deletions

View File

@@ -1668,6 +1668,8 @@ class Telegram(RPCHandler):
"*/marketdir [long | short | even | none]:* `Updates the user managed variable "
"that represents the current market direction. If no direction is provided `"
"`the currently set market direction will be output.` \n"
"*/list_custom_data <trade_id> <key>:* `List custom_data for Trade ID & Key combo.`\n"
"`If no Key is supplied it will list all key-value pairs found for that Trade ID.`"
"_Statistics_\n"
"------------\n"
@@ -1691,8 +1693,6 @@ class Telegram(RPCHandler):
"Avg. holding durations for buys and sells.`\n"
"*/help:* `This help message`\n"
"*/version:* `Show version`\n"
"*/list_custom_data <trade_id> <key>:* `List custom_data for Trade ID & Key combo.`\n"
"`If no Key is supplied it will list all key-value pairs found for that Trade ID.`"
)
await self._send_msg(message, parse_mode=ParseMode.MARKDOWN)