From 197773c32e295e5c3ea8919c81890b54c3d59409 Mon Sep 17 00:00:00 2001 From: DA344 <108473820+DA-344@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:56:32 +0100 Subject: [PATCH] Fix slots and type alias --- discord/interactions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord/interactions.py b/discord/interactions.py index 968fcfb35..04700ad5f 100644 --- a/discord/interactions.py +++ b/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',