dice roller discord bot for Powered By The Apocalypse games
Go to file
xenofem 06f5112358 cloned from doctor dinosaur 2020-11-13 17:13:19 -05:00
.gitignore cloned from doctor dinosaur 2020-11-13 17:13:19 -05:00
LICENSE cloned from doctor dinosaur 2020-11-13 17:13:19 -05:00
README.md cloned from doctor dinosaur 2020-11-13 17:13:19 -05:00
absolute-destiny.py cloned from doctor dinosaur 2020-11-13 17:13:19 -05:00

README.md

Absolute Destiny Apocalypse

Dice roller discord bot for Powered by the Apocalypse games

Usage

Message !4 to roll 2d6+4

Message !-2 to roll 2d6-2

Setup

git clone https://git.xeno.science/xenofem/absolute-destiny
cd absolute-destiny
python3 -m venv env
source env/bin/activate
pip install discord.py
echo <token> > token
python absolute-destiny.py