From bba2c94990dad5772e6baaf54807898238fb1850 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 12 Jan 2023 20:42:09 -0500 Subject: [PATCH] Update FAQ entry on audit log entry event --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8a8ef39ff..0cd8b8ad6 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -343,8 +343,8 @@ Quick example: Is there an event for audit log entries being created? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Since Discord does not dispatch this information in the gateway, the library cannot provide this information. -This is currently a Discord limitation. +This event is now available in the library and Discord as of version 2.2. It can be found under :func:`on_audit_log_entry_create`. + Commands Extension -------------------