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