diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index 8e6fdde7..4ba2a826 100644 --- a/discord/message.py +++ b/discord/message.py @@ -613,7 +613,7 @@ class Message: @utils.cached_slot_property('_cs_clean_content') def clean_content(self): - """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 into the way the client shows it. e.g. ``<#id>`` will transform into ``#name``. |