Ask a question to get started
Enter to send•Shift+Enter new line
A single slash-command definition.
SlashCommand( self, *, name: str, description: str, bypass_tier: BypassTier, hidden_keywords: str = '', aliases: tuple[str, ...] = () )
Canonical command name (e.g. /quit).
/quit
Short user-facing description.
Queue-bypass classification.
Space-separated terms for fuzzy matching (never displayed).
Alternative names (e.g. ("/q",) for /quit).
("/q",)