diff options
| author | Rapptz <[email protected]> | 2020-04-04 07:40:51 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 07:40:51 -0400 |
| commit | 041785937e091b7e282403d45dd0c68da340a8d4 (patch) | |
| tree | 1ea7a6bb47292e2a6978db690b98982338b4edba /docs/api.rst | |
| parent | Fix regression with Member.activities not clearing (diff) | |
| download | discord.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.rst | 6 |
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 ~~~~~ |