diff --git a/discord/client.py b/discord/client.py index 8d0a4881d..be5fb1736 100644 --- a/discord/client.py +++ b/discord/client.py @@ -83,7 +83,7 @@ from .soundboard import SoundboardDefaultSound, SoundboardSound if TYPE_CHECKING: from types import TracebackType - from typing_extensions import Self, NotRequired, Unpack, Required + from typing_extensions import Self, NotRequired, Unpack from .abc import Messageable, PrivateChannel, Snowflake, SnowflakeTime from .app_commands import Command, ContextMenu