-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
feat(APIApplicationCommandStringOption): add min_length
and max_length
#513
feat(APIApplicationCommandStringOption): add min_length
and max_length
#513
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Please use a closing keyword |
Oh ok, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, at some point we should make this a common interface between the 3 types
What do you mean? 👀 |
Had the same brainfart as in discord.js, so ignore that |
Please describe the changes this PR makes and why it should be merged:
Adds
min_length
andmax_length
fields toAPIApplicationCommandStringOption
.Closes #512.
If applicable, please reference Discord API Docs PRs or commits that influenced this PR: