Browse Source
Add get_user to the things intents.members affects
pull/6846/head
pikaninja
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
discord/flags.py
|
|
@ -506,6 +506,7 @@ class Intents(BaseFlags): |
|
|
|
This also corresponds to the following attributes and classes in terms of cache: |
|
|
|
|
|
|
|
- :meth:`Client.get_all_members` |
|
|
|
- :meth:`Client.get_user` |
|
|
|
- :meth:`Guild.chunk` |
|
|
|
- :meth:`Guild.fetch_members` |
|
|
|
- :meth:`Guild.get_member` |
|
|
|