Controller for / slash command completion.
SlashCommandController(
self,
commands: list[tuple[str, str]],
view: CompletionView
)| Name | Type | Description |
|---|---|---|
commands* | list[tuple[str, str]] | List of (command, description) tuples |
view* | CompletionView | View to render suggestions to |
| Name | Type |
|---|---|
| commands | list[tuple[str, str]] |
| view | CompletionView |