Skip to content

Commit

Permalink
Fix incorrect indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Aug 11, 2021
1 parent 08a4db3 commit fda543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ def __str__(self) -> str:
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:
Expand Down

0 comments on commit fda543c

Please sign in to comment.