You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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