You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
When using slash command options max and mins and you change just max_value or others the command does not sync
Expected Results
The command should sync with the new min_value
Minimal Reproducible Code
@naff.slash_command("int")@naff.slash_option("int","test",naff.OptionTypes.INTEGER,min_value=0,max_value=15, # Just change this value and command wont sync)asyncdeftest(ctx, string):
awaitctx.send(string)
return"test"
Traceback
No response
Checklist
I have searched the open issues for duplicates.
I have shown the entire traceback, if possible.
I have removed my token from display, if visible.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
NAFF Version
any
Describe the Bug
When using slash command options max and mins and you change just
max_value
or others the command does not syncExpected Results
The command should sync with the new min_value
Minimal Reproducible Code
Traceback
No response
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: