mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-03 18:42:43 +00:00
Fix incorrect indent
This commit is contained in:
parent
08a4db3961
commit
fda543c844
@ -1722,7 +1722,7 @@ class DMChannel(discord.abc.Messageable, Hashable):
|
||||
return 'Direct Message with Unknown User'
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f'<DMChannel id={self.id} recipient={self.recipient!r}>'
|
||||
return f'<DMChannel id={self.id} recipient={self.recipient!r}>'
|
||||
|
||||
@classmethod
|
||||
def _from_message(cls: Type[DMC], state: ConnectionState, channel_id: int) -> DMC:
|
||||
|
Loading…
x
Reference in New Issue
Block a user