Skip to content

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

License

Notifications You must be signed in to change notification settings

ivandardi/RustbotPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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