mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Fix various TypeDicts for Unpack
This commit is contained in:
@@ -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__ = (
|
||||
|
Reference in New Issue
Block a user