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