runCommand
API - sends a message to the application to run a specific command
By issuing runCommand, it will send the command as the streamer/broadcaster.
To send a command as another user, you will need to use the change command:
example: '!change clonzeh !jump'
otherwise, you can find a runCommand within the User class.
In this example, sendQuietly is set to false. (the second paramenter)
This means that command will try not to respond, unless overridden by the command itself.
Last updated