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
The expected and ideal situation is for the code to not raise errors
Actual Results
Errors were raised, such as unexpected arguments (such as the aliases, required or name arguments) and arguments being passed as were classed when were passed as strings or lists.
Summary
Found a bug with commands.FlagConverter having weird behavior when subclass FlagConverter
Reproduction Steps
Subclass
commands.FlagConverter
, add a flag withcommands.flag()
.Minimal Reproducible Code
Expected Results
The expected and ideal situation is for the code to not raise errors
Actual Results
Errors were raised, such as unexpected arguments (such as the
aliases
,required
orname
arguments) and arguments being passed as were classed when were passed as strings or lists.Intents
all
System Information
Library version: latest (2.3.0)
Checklist
Additional Context
Discussed in the library discussion channel multiple times: https://discord.com/channels/881207955029110855/881735314987708456/1038933096013238302
The text was updated successfully, but these errors were encountered: