Browse Source

switch position in slots

pull/10442/head
Sacul0457Deve 2 months ago
parent
commit
fbe4b2373e
  1. 4
      discord/channel.py

4
discord/channel.py

@ -3237,8 +3237,8 @@ class DMChannel(discord.abc.Messageable, discord.abc.PrivateChannel, Hashable):
'id', 'id',
'recipients', 'recipients',
'me', 'me',
'_state',
'last_pin_timestamp', 'last_pin_timestamp',
'_state',
) )
def __init__(self, *, me: ClientUser, state: ConnectionState, data: DMChannelPayload): def __init__(self, *, me: ClientUser, state: ConnectionState, data: DMChannelPayload):
@ -3419,8 +3419,8 @@ class GroupChannel(discord.abc.Messageable, discord.abc.PrivateChannel, Hashable
'_icon', '_icon',
'name', 'name',
'me', 'me',
'_state',
'last_pin_timestamp', 'last_pin_timestamp',
'_state',
) )
def __init__(self, *, me: ClientUser, state: ConnectionState, data: GroupChannelPayload): def __init__(self, *, me: ClientUser, state: ConnectionState, data: GroupChannelPayload):

Loading…
Cancel
Save