From d3cae48cb083887a9e31c25880e048f7c581853e Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 21 Sep 2022 01:17:33 +0800 Subject: [PATCH] doc: update configuration doc --- doc/configuration/slack.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/configuration/slack.md b/doc/configuration/slack.md index d6a51f534..edad0d7d5 100644 --- a/doc/configuration/slack.md +++ b/doc/configuration/slack.md @@ -23,11 +23,10 @@ notifications: defaultChannel: "bbgo-xarb" errorChannel: "bbgo-error" - # routing rules - routing: - trade: "$silent" - order: "$slient" - submitOrder: "$slient" + switches: + trade: true + orderUpdate: true + submitOrder: true ``` Besure to add your bot to the public channel by clicking "Add slack app to channel".