Skip to content

Commit 520d989

Browse files
authored
Update discord/ext/commands/flags.py
Signed-off-by: Paillat <[email protected]>
1 parent 1ae2469 commit 520d989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/commands/flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Flag:
9393
default: Any | Undefined = _missing_field_factory()
9494
max_args: int | Undefined = _missing_field_factory()
9595
override: bool | Undefined = _missing_field_factory()
96-
cast_to_dict: bool | Undefined = False
96+
cast_to_dict: bool = False
9797

9898
@property
9999
def required(self) -> bool:

0 commit comments

Comments
 (0)