Skip to content
Daniel Grace edited this page Jan 8, 2016 · 3 revisions

dndbtsbot is a Discord bot running on node.js, using the discord.io library to handle communications with discord.

It has two notable differences between it and other bots:

  1. It was originally designed for a specific channel that runs D&D 5e games over text chat. It has a lot of built-in features designed for that purpose. Most servers will likely ignore these features.

  2. It is highly programmable by the end users. They can create macros that are anything from just a shortcut that types something long or hard to remember (perhaps a !map command that displays a link to the world map) to a fully-fledged program written in a CustomLanguage reminiscent of JavaScript.

Clone this wiki locally