Autocomplete Infrastructure #5
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
With slash commands in Discord and brigadier in MC, we can have Geoffrey autocomplete command parameters.
We need to add an endpoint for each command to get potential options for each parameter. The default impl should return no autocompletes for a command.
There should also be some benchmarking done with this to ensure we are not stressing the database to do this.