Discord Dice Bot
A Discord bot that handles both traditional dice rolling and the Genesys/Star Wars dice system.
Features
- Traditional dice rolling using standard notation (e.g.,
/roll 2d6 + 1d8) - Genesys/Star Wars dice system support (e.g.,
/genesys 2dg + 1dy)- Supports dice types: g (green), p (purple), b (blue), k (black), r (red), y (yellow)
- Calculates net Success/Failure and Advantage/Disadvantage
- "Popcorn" dice. Roll traditional dice, 1s explode to 1d4s recursively. (
/pop)
Setup
- Create a
.envfile with your Discord bot token:
DISCORD_TOKEN=your_token_here
- Install dependencies:
pip install -r requirements.txt
- Run the bot:
python bot.py
Description
Languages
Python
100%