aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-04-04 07:40:51 -0400
committerRapptz <[email protected]>2020-04-04 07:40:51 -0400
commit041785937e091b7e282403d45dd0c68da340a8d4 (patch)
tree1ea7a6bb47292e2a6978db690b98982338b4edba /docs/api.rst
parentFix regression with Member.activities not clearing (diff)
downloaddiscord.py-041785937e091b7e282403d45dd0c68da340a8d4.tar.xz
discord.py-041785937e091b7e282403d45dd0c68da340a8d4.zip
Add support for configuring allowed mentions per message or bot wide.
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 1ba9b2f8..7cf30bec 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -2569,6 +2569,12 @@ Embed
.. autoclass:: Embed
:members:
+AllowedMentions
+~~~~~~~~~~~~~~~~~
+
+.. autoclass:: AllowedMentions
+ :members:
+
File
~~~~~