doctor-dinosaur/README.md

22 lines
512 B
Markdown
Raw Permalink Normal View History

2020-04-03 15:36:10 -04:00
# doctor-dinosaur
2020-04-03 17:38:10 -04:00
Dice roller discord bot for Genius: the Transgression and other World of Darkness RPGs
2020-04-14 02:18:52 -04:00
## 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.
2020-04-03 17:38:10 -04:00
## 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
2021-05-17 01:01:00 -04:00
python bot.py