diff options
| author | Dan Hess <[email protected]> | 2020-12-29 21:37:07 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-29 22:37:07 -0500 |
| commit | 22cb4ef18bc5f9267718a6fc0f21eb5f83826f52 (patch) | |
| tree | 507c4dfd73f8b4db1dc7dcff0f624b5d9ec9ff6b /docs | |
| parent | Fix webhook state coercion leading to unexpected behaviour. (diff) | |
| download | discord.py-22cb4ef18bc5f9267718a6fc0f21eb5f83826f52.tar.xz discord.py-22cb4ef18bc5f9267718a6fc0f21eb5f83826f52.zip | |
Include pending as a possible member_update trigger
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 56409f5f..b88ccd5d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -669,6 +669,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. - activity - nickname - roles + - pending This requires :attr:`Intents.members` to be enabled. |