diamondburned / arikawa

A Golang library and framework for the Discord API.
ISC License
481 stars 57 forks source link

Groups do not use autocompleter #422

Closed patyhank closed 7 months ago

patyhank commented 7 months ago

CommandHandler handled groups, but AutoCompleter not.

When I use Groups, although I have successfully added an AddAutocompleterFunc without any error but when I receive an AutocompleteInteraction, it is not handled correctly.