Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 255 Bytes

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