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 fe68835 commit 5f2c416Copy full SHA for 5f2c416
discord/components/__init__.py
@@ -51,7 +51,7 @@
51
PartialTextDisplay,
52
PartialTextInput,
53
PartialUserSelect,
54
- PartialWalkableComponent,
+ PartialWalkableComponentMixin,
55
UnknownPartialComponent,
56
_partial_component_factory, # pyright: ignore[reportPrivateUsage]
57
)
@@ -128,5 +128,5 @@
128
"AnyTopLevelMessageComponent",
129
"AnyPartialComponent",
130
"AnyTopLevelModalPartialComponent",
131
- "PartialWalkableComponent",
+ "PartialWalkableComponentMixin",
132
0 commit comments