So we want an API inside the bot project that can be interfaced by a web project later. So a website where you can authenticate with this code and configure the bot for your server.
There are two ways to consider:
- Add a new project (API service) And let the bot talk to this api.
- Integrate the api into the bot project.