Add note about escape_markdown in Message.clean_content

Fix #1911
This commit is contained in:
Rapptz 2019-04-06 21:50:23 -04:00
parent ee81f0614e
commit 79a8249bc7

View File

@ -406,6 +406,12 @@ class Message:
This will also transform @everyone and @here mentions into
non-mentions.
.. note::
This *does not* escape markdown. If you want to escape
markdown then use :func:`utils.escape_markdown` along
with this function.
"""
transformations = {