-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
When trying to use @interactions.extension_aautocomplete() with an options under subcommand, it will not work. However, with normal command, it does work. Not sure why this can happen though.
List the steps.
- Create a subcommand with the following name
/tag view, with an option calledtag_name. - In autocomplete:
@interactions.extension_autocomplete(command="tag", name="tag_name"). - Run the code and test.
What you expected.
I was expecting autocomplete to populate the choice in the option of subcommand.
What you saw.
Autocomplete did not function on option selection in subcommand.
No error log in the Terminal. It just would not work.
What version of the library did you use?
stable
Version specification
4.2.0
Code of Conduct
- I agree to follow the contribution requirements.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working