royalsaltmerchant / 5ebot

A discord bot for finding dungeons and dragons 5E info, rolling dice and initiative tracking

Home Page:https://5ebot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5e-Bot

This is a discord bot which allows slash commands for searching through the D&D 5e SRD to fetch information on specific resources. It also has a command for dice rolling and an initiative tracking system.

The data is sourced from this resource: https://github.com/5e-bits/5e-database/ and stored locally in the data folder. Special thanks to the folks at https://www.dnd5eapi.co/ for inspiring this project and making it possible.

Dev

The service is using express.js written in Typescript utilizing a light-weight discord wrapper lib: "discord-interactions" (https://github.com/discord/discord-interactions-js).

Don't for get to npm install

There are two commands to run the service:

sh ./commands/start_dev.sh For Development.

sh ./commands/start_prod.sh For Production.

About

A discord bot for finding dungeons and dragons 5E info, rolling dice and initiative tracking

https://5ebot.com/

License:MIT License


Languages

Language:TypeScript 99.3%Language:HTML 0.6%Language:CSS 0.1%Language:JavaScript 0.0%Language:Shell 0.0%