Autocomplete Infrastructure #5

Open
opened 2021-12-27 03:42:45 +00:00 by joeyahines · 0 comments

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Geoffrey/Geoffrey-rs#5
There is no content yet.