We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Injection autocomplete
disnake.ext.commands
Can't autocomplete parameters provided by injections.
at minimum: Injection.autocomplete() decorator which registers autocomplete.
Injection.autocomplete()
Either have autocomplete, or injections.
possible related issue for anyone taking this on: GH-669
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Injection autocomplete
What is the feature request for?
disnake.ext.commands
The Problem
Can't autocomplete parameters provided by injections.
The Ideal Solution
at minimum:
Injection.autocomplete()
decorator which registers autocomplete.The Current Solution
Either have autocomplete, or injections.
Additional Context
possible related issue for anyone taking this on: GH-669
The text was updated successfully, but these errors were encountered: