DA344
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
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', |
|
|
|