How to launch a bot
- Clone this repo
- Build project in Release mode
dotnet publish -c Release -o publish
- Go to publish directory and create a zip-archive of published source files
- Upload your zip-archive to deploy-f.com
- Configure bot token
- with environment variable:
BotSettings__BotToken
=bot_token
or - with edited
appsettings.json
file
- with environment variable:
- Press Start button