-
Hi, you'll! 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you want mobility, your best bet is probably a container. AWS, Azure, and GCP all support containers in some way, you may have to tweak it a little but it works. You can also look into using a Raspberry Pi if you'd rather keep it in-house. |
Beta Was this translation helpful? Give feedback.
-
A Discord bot is just a script that you run in the Python interpreter so any way to do that in your provider of choice will work just fine. You can do containers if you want to isolate it or you can just run it bare. The choice is mostly yours. There are no real constraints in how the library expects to be run, unlike e.g. a web server. |
Beta Was this translation helpful? Give feedback.
A Discord bot is just a script that you run in the Python interpreter so any way to do that in your provider of choice will work just fine. You can do containers if you want to isolate it or you can just run it bare. The choice is mostly yours. There are no real constraints in how the library expects to be run, unlike e.g. a web server.