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 aba0b38 commit 53dd07cCopy full SHA for 53dd07c
discord/interactions.py
@@ -699,7 +699,7 @@ def components(self) -> ComponentsHolder[Unpack[Components_t]]:
699
Component_t = TypeVar("Component_t", bound="AnyMessagePartialComponent", default="AnyMessagePartialComponent")
700
701
702
-class ComponentInteraction(Generic[Component_t], Interaction):
+class ComponentInteraction(Interaction, Generic[Component_t]):
703
__slots__ = ("_component",)
704
705
@cached_slot_property("_component")
0 commit comments