You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
bot.py | 2 years ago |
README.md
doctor-dinosaur
Dice roller discord bot for Genius: the Transgression and other World of Darkness RPGs
Usage Examples
Message !4
to roll 4d10, rerolling 0s, and count the number of successes.
Message !0
to roll a chance die.
Message ?3
to roll initiative with a modifier of 3.
Setup
git clone https://git.xeno.science/xenofem/doctor-dinosaur
cd doctor-dinosaur
python3 -m venv env
source env/bin/activate
pip install discord.py
echo <token> > token
python bot.py