Browse Source

fallback can be None

pull/10286/head
Soheab_ 3 days ago
parent
commit
6f27845e6d
  1. 2
      discord/ext/commands/hybrid.py

2
discord/ext/commands/hybrid.py

@ -71,7 +71,7 @@ if TYPE_CHECKING:
class _HybridGroupDecoratorKwargs(_HybridGroupKwargs, total=False):
description: Union[str, app_commands.locale_str]
fallback: str
fallback: Optional[str]
fallback_locale: Optional[app_commands.locale_str]

Loading…
Cancel
Save