Skip to content
This site is under heavy WIP, so contributions on GitHub are much appreciated! You've most likely been pointed to this site to point towards a concept, or something. Either way, take at least some of the info on this page with a grain of salt, and also don't expect much info since it's very incomplete on content.

Contexting

To send Neuro new context regarding your game, send Neuro this packet:

{
"command": "context",
"game": string,
"data": {
"message": string,
"silent": boolean
}
}
  • message - The context message Neuro will keep. Speculative note: While the official specs say that this message should be plaintext, Neuro has been observed to understand simple Markdown syntax.
  • silent - Whether or not Neuro will be prompted to vocally react to the command. Note that true doesn’t mean she’ll always be silent about it (such as if the context message was an error message), and that false doesn’t mean she’ll always react to it (she might be busy talking to chat or someone else).

Techniques in conjunction with this packet

Section titled “Techniques in conjunction with this packet”