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 -------------------