Is your feature request related to a problem? Please describe.
An easy way to spin up a support bot instance could be to allow people without hosting to spin up their own instance on a public server.
Describe the solution you'd like
This could either work by spinning up a new instance every time a user "creates" a new bot (this would need #51) or let it create an extra configuration in the database to keep apart different bots (e.g. new table for every different instance)
Additional context
If I want to run multiple versions of the bot I would have to spin up multiple instances which might not be as efficient as with just one.
Getting a hosting solution just for a telegram bot seems a little overkill. Of course there are solutions like Heroku but they are not very cheap either.
Is your feature request related to a problem? Please describe. An easy way to spin up a support bot instance could be to allow people without hosting to spin up their own instance on a public server.
Describe the solution you'd like This could either work by spinning up a new instance every time a user "creates" a new bot (this would need #51) or let it create an extra configuration in the database to keep apart different bots (e.g. new table for every different instance)
Additional context