RustbotPythonHow to runCreate a .env file like so:DISCORD_TOKEN=<token here>Then run the following commands: docker build -t rustbotpy -f Containerfile . docker run --rm --name rustbotpy --env-file .env rustbotpy