From 1cc278dcdc5495a92c1c8a9ee196267b939d9ddf Mon Sep 17 00:00:00 2001 From: VOVOplay Date: Sat, 11 Jul 2026 01:46:19 +0200 Subject: [PATCH] Fixed grammar error for WebhookMessage.clean_content --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index bd24be241..ec60d2854 100644 --- a/discord/message.py +++ b/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