From 22cb4ef18bc5f9267718a6fc0f21eb5f83826f52 Mon Sep 17 00:00:00 2001
From: Dan Hess <danielman0@yahoo.com>
Date: Tue, 29 Dec 2020 21:37:07 -0600
Subject: [PATCH] Include pending as a possible member_update trigger

---
 docs/api.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/api.rst b/docs/api.rst
index 56409f5f3..b88ccd5db 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.