Commands

Nalu does not have a default prefix. All of her chat input commands are Slash Commands.

Commands will have 2 "arguments", which is a piece of information that can be used by the command to execute a special action:

  1. The Required Argument, written in []

  2. The Optional Argument, written in {}

Commands that have usage with and without optional arguments will clear the associated data if no optional arguments are made. Moreover, some commands such as will not run without both optional arguments. A general rule-of-thumb: The Usage column indicates when optional arguments are independent, and when they are dependent on both optional arguments being present.

  1. /portal /portal {entrance} {exit}

  2. /streaming /streaming {streaming-role} /streaming {streaming-role} {exclusive-to}

{entrance} and {exit} are dependent

{streaming-role} and {exclusive-to} are independent and will yield different results

Note: /streaming {exclusive-to} is not a valid use case

Last updated