https://github.com/spigs/dicebot
A bot that allows users to play Dungeons & Dragons on Discord.
https://github.com/spigs/dicebot
dicebot discord dragons dungeons
Last synced: 2 months ago
JSON representation
A bot that allows users to play Dungeons & Dragons on Discord.
- Host: GitHub
- URL: https://github.com/spigs/dicebot
- Owner: SPIGS
- License: mit
- Created: 2018-02-01T01:14:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T20:13:13.000Z (about 5 years ago)
- Last Synced: 2025-01-20T12:32:49.139Z (4 months ago)
- Topics: dicebot, discord, dragons, dungeons
- Language: Python
- Size: 33.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Info
> DiceBot is a bot that provides DM's with a means of playing Dungeons and Dragons on Discord.[](https://opensource.org/licenses/MIT)
Currently that bot can:
- Roll dice with any number of sides from d2 to d100 (even physically impossible dice like a d3 if you really need it)
- Perform addition, subtraction, and multiplaction with dice and modifiers
- Provides a full list of all Dungeons & Dragons spells and equipment and their descriptions / statsIn the future, the bot will (hopefully) be able to:
- Manage characters and charactersheets
- Manage encounters
- Support for more tabletop roleplaying games# Instructions For Use
1. Create discord bot account and add it to your channel (plenty of Youtube videos on this).
2. Run diceboy.py using
```
python3 dicebot.py
```
3. When prompted, enter in your bot's token and your desired command prefix## Acknowledgements / Resources
- [Wizards of the Coast](https://dnd.wizards.com/)
- [Roll20 5th edition Compendium](https://roll20.net/compendium/dnd5e/CategoryIndex%3ARules#content)
- [Star Wars 5E](https://sw5e.com/)