-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
-
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.
-
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
!mapcommand that displays a link to the world map) to a fully-fledged program written in a CustomLanguage reminiscent of JavaScript.