Command Options

Command options are what you use to tell the RustSocket what the general structure of your commands will be. These define the prefix for the command, as well as any "overruling commands" which are commands that do not require a prefix. Usage:

from rustplus import CommandOptions

options = CommandOptions(prefix="!")

Last updated