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 d9c465b commit 1ae1c77Copy full SHA for 1ae1c77
discord/ui/core.py
@@ -37,6 +37,7 @@
37
38
if TYPE_CHECKING:
39
from typing_extensions import Self
40
+ from .view import View
41
42
43
class ItemInterface:
discord/ui/label.py
@@ -17,6 +17,7 @@
17
18
19
from ..emoji import AppEmoji, GuildEmoji
20
+ from ..interaction import Interaction
21
from ..partial_emoji import PartialEmoji, _EmojiTag
22
from ..types.components import Label as LabelPayload
23
from .view import View
0 commit comments