Dice roller discord bot for Genius: the Transgression and other World of Darkness RPGs
Go to file
xenofem 993231b04c normalize bot repo structure 2021-05-17 01:01:00 -04:00
.gitignore IT LIVES!!! 2020-04-03 17:38:16 -04:00
LICENSE Add year and name to MIT License template 2020-04-14 02:18:44 -04:00
README.md normalize bot repo structure 2021-05-17 01:01:00 -04:00
bot.py normalize bot repo structure 2021-05-17 01:01:00 -04:00

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