LogoLogo
  • What is WildBeast?
  • Guides
    • Linux guides
      • Setup
      • Running as a service
  • Fundamentals
    • Commands
      • Slash commands
        • Subcommands
        • Options
        • Buttons
      • Context menu actions
    • Jobs
  • Extras
    • VPS recommendations
    • Creating a bot account
    • Adding your bot to your server
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Fundamentals

Commands

Write your own custom commands

PreviousRunning as a serviceNextSlash commands

Last updated 3 years ago

Was this helpful?

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 .

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 , and the instead.

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

Detritus
Detritus Documentation
Detritus Examples
Slash commands
Context menu actions