dice roller discord bot for Powered By The Apocalypse games
Go to file
xenofem c49b0679d6 nicer formatting 2021-06-23 14:43:59 -04: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 normalize bot repo structure 2021-05-17 01:04:18 -04:00
bot.py nicer formatting 2021-06-23 14:43:59 -04: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 bot.py