Fix various TypeDicts for Unpack

This commit is contained in:
Soheab
2025-09-28 18:03:50 +02:00
committed by GitHub
parent bd329b1515
commit a2a228105b
6 changed files with 28 additions and 37 deletions

View File

@@ -67,10 +67,12 @@ if TYPE_CHECKING:
default_permissions: bool
nsfw: bool
description: str
case_insensitive: bool
class _HybridGroupDecoratorKwargs(_HybridGroupKwargs, total=False):
description: Union[str, app_commands.locale_str]
fallback: Union[str, app_commands.locale_str]
fallback: Optional[str]
fallback_locale: Optional[app_commands.locale_str]
__all__ = (