Commands

Write your own custom commands

Custom commands is an advanced feature and requires knowledge of programming.

Support for doing this will not be provided in addition to what is listed on these pages.

Under the hood, WildBeast's command system is an extension of the system from Detritus.

We won't go into some of the more advanced ways to control command flow that's included with Detritus' system, such as onBeforeRun, built-in ratelimiting, and permission checks.

For more info on this, please see the Detritus Documentation, and the Detritus Examples instead.

There are 3 types of commands, slash commands and 2 types of context menu commands. Documentation for each type is provided below.

Last updated