nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

Autocomplete does not consider @UseConverter annotations #54

Closed abitofevrything closed 2 years ago

abitofevrything commented 2 years ago

Describe the bug Autocomplete does not use the handler provided by a converter overridden with @UseConverter.

To Reproduce Create a converter with a custom autocomplete handler, then attach it to an argument with @UseConverter.

Expected behavior The autocomplete from the overridden converter should be used.

Desktop (please complete the following information):