From c7f43affc9f1d69fb1b6a94b9f3a8d9afbd1836f 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 234c45cc3..e57fa6511 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -341,8 +341,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 -------------------