absolute-destiny/README.md

20 lines
379 B
Markdown
Raw Permalink Normal View History

2020-11-13 17:13:19 -05:00
# 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
2021-05-17 01:04:18 -04:00
python bot.py