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
Create a command, add an injection parameter (arg) which itself has another injection parameter (d).
Autocomplete for options of the nested injection parameter doesn't work.
Summary
See title
Reproduction Steps
Create a command, add an injection parameter (
arg
) which itself has another injection parameter (d
).Autocomplete for options of the nested injection parameter doesn't work.
Minimal Reproducible Code
Expected Results
Both
a
andc
have autocomplete enabled.Actual Results
Only
c
autocompletes, thea
option is registered with"autocomplete": false
.Intents
n/a
System Information
Checklist
Additional Context
#670
disnake/disnake/ext/commands/params.py
Lines 949 to 958 in fe2690b
The text was updated successfully, but these errors were encountered: