Browse Source

Fix slots and type alias

pull/9957/head
DA344 4 months ago
committed by GitHub
parent
commit
197773c32e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      discord/interactions.py

6
discord/interactions.py

@ -95,8 +95,8 @@ if TYPE_CHECKING:
GroupChannel,
]
InteractionCallbackResource = Union[
InteractionMessage,
InteractionCallbackActivityInstance,
"InteractionMessage",
"InteractionCallbackActivityInstance",
]
MISSING: Any = utils.MISSING
@ -684,7 +684,7 @@ class InteractionCallback(Generic[ClientT]):
'_state',
'_parent',
'type',
'id,',
'id',
'_thinking',
'_ephemeral',
'message_id',

Loading…
Cancel
Save