Browse Source

Fixed grammar error for WebhookMessage.clean_content

pull/10473/merge
VOVOplay 2 days ago
committed by GitHub
parent
commit
1cc278dcdc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/message.py

2
discord/message.py

@ -2556,7 +2556,7 @@ class Message(PartialMessage, Hashable):
def clean_content(self) -> str:
""":class:`str`: A property that returns the content in a "cleaned up"
manner. This basically means that mentions are transformed
into the way the client shows it. e.g. ``<#id>`` will transform
into the way the client shows them. e.g. ``<#id>`` will transform
into ``#name``.
This will also transform @everyone and @here mentions into

Loading…
Cancel
Save