Update README.md

This commit is contained in:
Marc Veens 2021-04-06 21:25:13 +02:00 committed by GitHub
parent 0abb70f252
commit 81b9b9d1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ The stack that's used by this starter:
- [Azure Function App](https://docs.microsoft.com/en-us/azure/azure-functions/) - as a host for your bot - [Azure Function App](https://docs.microsoft.com/en-us/azure/azure-functions/) - as a host for your bot
- [Github Actions](https://github.com/features/actions) - building and deploying to Azure - [Github Actions](https://github.com/features/actions) - building and deploying to Azure
This started provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok. This starter provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok.
# Setting up the bot # Setting up the bot
## Step 1: Preparing the code ## Step 1: Preparing the code