diff options
| author | Rapptz <[email protected]> | 2020-09-14 02:52:53 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-23 03:21:20 -0400 |
| commit | 23ae084b8cb3bb5c9d815b791c1a94b0cf53e516 (patch) | |
| tree | 2b50eb9d05bf3bb1d06d2d78d52fdca276e76e14 /docs/api.rst | |
| parent | Raise if member intent is not enabled (diff) | |
| download | discord.py-23ae084b8cb3bb5c9d815b791c1a94b0cf53e516.tar.xz discord.py-23ae084b8cb3bb5c9d815b791c1a94b0cf53e516.zip | |
Allow finer grained control over the member cache.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index d4af5ff1..b3c10991 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2816,6 +2816,18 @@ AllowedMentions .. autoclass:: AllowedMentions :members: +Intents +~~~~~~~~~~ + +.. autoclass:: Intents + :members: + +MemberCacheFlags +~~~~~~~~~~~~~~~~~~ + +.. autoclass:: MemberCacheFlags + :members: + File ~~~~~ |