ZaneyPoo / QuadBot

QuadBot - A silly Discord bot for me and my friends
2 stars 0 forks source link

Run bot within Docker container #3

Closed Kourior closed 7 months ago

Kourior commented 7 months ago

Description:

Currently, QuadBot (as well as KarlaBot) both run in a hosted environment. I've already encountered issues setting up the Python environment due to my lacking Bash scripting capabilities. A containerized environment could make the setup and testing of that much much easier.

In addition, I would not have to worry about creating a Systemd service unit to host the bot on my servers.

Possible solution:

Run QuadBot inside of a Docker container.

Tasks: