Enumeration: RegisterBehavior
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
BulkOverwrite | "BULK_OVERWRITE" | Makes Sapphire handle all command registrations, removals, and updates for you. This mode can only be set as the default behavior, and cannot be set per-command. In this mode:
|
LogToConsole | "LOG_TO_CONSOLE" | - |
Overwrite | "OVERWRITE" | - |
VerboseOverwrite | "VERBOSE_OVERWRITE" | Finds all differences in the commands provided using our internal computation method, and logs them to the console, while applying them. Danger This can potentially cause slowdowns when booting up your bot as computing differences on big commands can take a while. We recommend you use |