DiceBot is a discord bot written in NodeJS 22 that provides custom functionality for roleplaying. This includes:
- Rolling Dice
- Creating player sheets and storing them in an embedded database
- Keep track of player HP and modify it during game session
- Store Player Inventory
- Play sounds in discord channel to add ambience during game session
Type ?help to show available commands
- Clone the git repo, add a discord bot token in a .env file in the main directory with the appropriate Guild membership permissions for message reading,modification and voice channel access
- npm install
- npm run start