From fbe4b2373eaa85e658db1aba6cdfd9b8f351bfd8 Mon Sep 17 00:00:00 2001 From: Sacul0457Deve <183588943+Sacul0457@users.noreply.github.com.> Date: Sun, 26 Apr 2026 09:14:39 +0800 Subject: [PATCH] switch position in slots --- discord/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/channel.py b/discord/channel.py index ca9fb9b45..77b595758 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -3237,8 +3237,8 @@ class DMChannel(discord.abc.Messageable, discord.abc.PrivateChannel, Hashable): 'id', 'recipients', 'me', - '_state', 'last_pin_timestamp', + '_state', ) def __init__(self, *, me: ClientUser, state: ConnectionState, data: DMChannelPayload): @@ -3419,8 +3419,8 @@ class GroupChannel(discord.abc.Messageable, discord.abc.PrivateChannel, Hashable '_icon', 'name', 'me', - '_state', 'last_pin_timestamp', + '_state', ) def __init__(self, *, me: ClientUser, state: ConnectionState, data: GroupChannelPayload):