-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Add minmax length #1463
Add minmax length #1463
Conversation
The command description docstring was to long (over 100 characters).
# Conflicts: # examples/app_commands/slash_autocomplete.py
When testing my changes I noticed that if either Im not sure if that should be fixed in a separate PR or wait to merge it until that is fixed. |
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.
Why is this a draft? This PR looks complete.
Anyways haven't tested but the code portions look good
Waiting for value checks ( |
Ah okay |
I disabled auto merge because it is vital that this be tested first. I think it breaks things majorly but am not sure why yet. |
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
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.
Besides this suggestion everything else is fine
e74ecf7
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.
Good work
Summary
Adds the
min_length
andmax_length
options to Application commandsChecklist
type: ignore
comments were used, a comment is also left explaining why