diff options
| author | pikaninja <[email protected]> | 2021-05-03 19:15:28 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-03 22:15:28 -0400 |
| commit | 1d4e33914198e08ca348e08551941ba840bd3582 (patch) | |
| tree | c0d43b69cc687a1bcd9ed32526234b7317c73823 | |
| parent | Replace uses of Ellipsis as sentinels with utils.MISSING (diff) | |
| download | discord.py-1d4e33914198e08ca348e08551941ba840bd3582.tar.xz discord.py-1d4e33914198e08ca348e08551941ba840bd3582.zip | |
Add get_user to the things intents.members affects
| -rw-r--r-- | discord/flags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/flags.py b/discord/flags.py index bb3d5a3f..460f7c5b 100644 --- a/discord/flags.py +++ b/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` |