We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae2469 commit 520d989Copy full SHA for 520d989
discord/ext/commands/flags.py
@@ -93,7 +93,7 @@ class Flag:
93
default: Any | Undefined = _missing_field_factory()
94
max_args: int | Undefined = _missing_field_factory()
95
override: bool | Undefined = _missing_field_factory()
96
- cast_to_dict: bool | Undefined = False
+ cast_to_dict: bool = False
97
98
@property
99
def required(self) -> bool:
0 commit comments