sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mynt.AspNetCore.Host

twixwix opened this issue · comments

Change please appsettings.json

From:
"Telegram": {
"ChatId": null,
"BotToken": null
},

To:
"Telegram": {
"TelegramChatId": null,
"TelegramBotToken": null
},