diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/message.py b/discord/message.py index c681d33e..da2e9938 100644 --- a/discord/message.py +++ b/discord/message.py @@ -808,9 +808,9 @@ class Message(Hashable): .. note:: - This *does not* escape markdown. If you want to escape - markdown then use :func:`utils.escape_markdown` along - with this function. + This *does not* affect markdown. If you want to escape + or remove markdown then use :func:`utils.escape_markdown` or :func:`utils.remove_markdown` + respectively, along with this function. """ transformations = { |