RustbotPython icon indicating copy to clipboard operation
RustbotPython copied to clipboard

A Discord bot for the Community Rust Language server, written in Python.

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