Fixed grammar error for WebhookMessage.clean_content

This commit is contained in:
VOVOplay
2026-07-10 19:46:19 -04:00
committed by GitHub
parent d2996be144
commit 1cc278dcdc
+1 -1
View File
@@ -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