From 6f27845e6dd43242409f9c1310149e187acff334 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:41:55 +0200 Subject: [PATCH] fallback can be None --- discord/ext/commands/hybrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/hybrid.py b/discord/ext/commands/hybrid.py index 2e88a46d0..6687104cb 100644 --- a/discord/ext/commands/hybrid.py +++ b/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]