mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
Fixed grammar error for WebhookMessage.clean_content
This commit is contained in:
+1
-1
@@ -2556,7 +2556,7 @@ class Message(PartialMessage, Hashable):
|
|||||||
def clean_content(self) -> str:
|
def clean_content(self) -> str:
|
||||||
""":class:`str`: A property that returns the content in a "cleaned up"
|
""":class:`str`: A property that returns the content in a "cleaned up"
|
||||||
manner. This basically means that mentions are transformed
|
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``.
|
into ``#name``.
|
||||||
|
|
||||||
This will also transform @everyone and @here mentions into
|
This will also transform @everyone and @here mentions into
|
||||||
|
|||||||
Reference in New Issue
Block a user