mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
improve message layout
This commit is contained in:
parent
4316f1fada
commit
a299721a98
|
@ -144,9 +144,11 @@ func runConfig(basectx context.Context, userConfig *bbgo.Config) error {
|
|||
go bot.Start()
|
||||
|
||||
log.Infof("send the following command to the bbgo bot you created to enable the notification...")
|
||||
log.Infof("+=========================================+")
|
||||
log.Infof("===========================================")
|
||||
log.Infof("")
|
||||
log.Infof(" /auth %s", telegramAuthToken)
|
||||
log.Infof("+=========================================+")
|
||||
log.Infof("")
|
||||
log.Infof("===========================================")
|
||||
var notifier = telegramnotifier.New(bot, telegramAuthToken)
|
||||
notification.AddNotifier(notifier)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user