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 2a289dc4..f6565ba1 100644 --- a/discord/message.py +++ b/discord/message.py @@ -635,7 +635,7 @@ class Message: @utils.cached_slot_property('_cs_system_content') def system_content(self): - r"""A property that returns the content that is rendered + r""":class:`str`: A property that returns the content that is rendered regardless of the :attr:`Message.type`. In the case of :attr:`MessageType.default`\, this just returns the |