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
Slashcommands now have autocompletion support.
/tag is the perfect candidate for this and should support it.
/tag
Therefore, simply implement onAutoComplete which is already avaialble to SlashCommandAdapter and incorperate existing tags into it.
onAutoComplete
SlashCommandAdapter
The text was updated successfully, but these errors were encountered:
same as #367
Sorry, something went wrong.
Right. closing that in favor of this.
i'd do this the other way around
Taz03
Successfully merging a pull request may close this issue.
Slashcommands now have autocompletion support.
/tag
is the perfect candidate for this and should support it.Therefore, simply implement
onAutoComplete
which is already avaialble toSlashCommandAdapter
and incorperate existing tags into it.The text was updated successfully, but these errors were encountered: