We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f077141 commit 7233d59Copy full SHA for 7233d59
discord/ui/select.py
@@ -31,7 +31,7 @@
31
from functools import partial
32
from typing import TYPE_CHECKING, Any, Callable, Generic, Literal, overload
33
34
-from typing_extensions import TypeVar
+from typing_extensions import Self, TypeVar
35
36
from ..channel import _threaded_guild_channel_factory
37
from ..components import SelectDefaultValue, SelectMenu, SelectOption
0 commit comments