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

The programming language in dndbtsbot is reminiscient of JavaScript, but explicitly lacks certain constructs such as unbounded loops.

Entering Programming Mode

Normal bot commands use ! to denote it as a bot command. When programming was added the bot needed a way to differentiate simple bot commands from programming. !! was chosen.

Once you are in programming mode, you remain in programming mode until the end of the incoming line

Clone this wiki locally