.gitignore | ||
bot.py | ||
LICENSE | ||
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