A discord bot made for playing Dungeon and Dragons, completely free to download 🧙🏻♂️
- If you need help with this project, you can join our discord server by just clicking here.
- If you don't have any development knowledge, we suggest you to join our Discord server to get help.*
Here are some of the main features of the bot
- Roll dice according to a formula (/roll
formula: d20 + 2d10) - Flip a shiny coin and test your luck (/flip)
- List all items in a category (/show
category: Monsters) - Give information about an item (/search
category: Magic Itemkeyword: Longbow) - Create a campaing (/new campaign
name: Uspua) - Add user to a campagin (/add
user: HIPER@1125role: Master) - Remove user from a campaing (/remove
user: XedaGmr#5016role: Adventurer) - Create a note channel (/new note
campaing: Cardmillion)
Open the configuration file located in the main folder config.json.
{
"token": "",
"clientId": "",
"guildId": ""
}Basic configuration
token, the token of your bot available on the Discord Developers sectionclientId, the client id of the application also available on the Discord Developers sectionguildId, the id of the discord server you want the bot to run in
To run the project correctly you will need to import some libraries.
- Node JS (v16 or higher) for the environment
- @discordjs/builders for the slash commands
- xhr2 for the APIs request
We use a standard MIT license. Please do not withdraw the license and keep the credits on this project.
Made by HIPER#1125 and XedaGmr#5016 with ❤️