ivandardi / RustbotPython

A Discord bot for the Community Rust Language server, written in Python.
MIT License
16 stars 9 forks source link

RustbotPython

How to run

Create 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