Apply suggestions from code review

This commit is contained in:
Matthias
2022-04-08 11:45:03 +02:00
committed by GitHub
parent 0e9b348868
commit 075fc6d35e
2 changed files with 2 additions and 2 deletions

View File

@@ -1376,7 +1376,7 @@ class Telegram(RPCHandler):
# TODO: forceenter forceshort forcelong missing
"*/forceexit <trade_id>|all:* `Instantly exits the given trade or all trades, "
"regardless of profit`\n"
"*/fe <trade_id>|all:* `Alias to /force_exit`"
"*/fe <trade_id>|all:* `Alias to /forceexit`"
f"{force_enter_text if self._config.get('forcebuy_enable', False) else ''}"
"*/delete <trade_id>:* `Instantly delete the given trade in the database`\n"
"*/whitelist:* `Show current whitelist` \n"