Ask a question to get started
Enter to sendā¢Shift+Enter new line
SlashCommand( self, *, name: str, description: str, bypass_tier: BypassTier,
Canonical command name (e.g. /quit).
/quit
Short user-facing description.
Queue-bypass classification.
Space-separated terms for fuzzy matching (never displayed).
Placeholder text for autocomplete when the command accepts args.
Alternative names (e.g. ("/q",) for /quit).
("/q",)
Project this command into a CommandEntry for autocomplete.
CommandEntry
A single slash-command definition.