Hello I was doing some googling on how to host my Discord.py got and came across this question which seems to be suggested that the OP use a dedicated server (IaaS) subscription/service and I was wondering how I could run my python bot from a PaaS service as I would prefer not to have to deal with securing a virtual server.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Digital Ocean’s PaaS offering is called “App Platform”, it can be used to run your python bot without managing the actual droplet beyond a few key parts.
I’d checkout the docs here: https://docs.digitalocean.com/products/app-platform/how-to/create-apps/