From 92b793d2fec0304eab9c75f0b437a9b1f6a96a66 Mon Sep 17 00:00:00 2001 From: Victorsitou <67214928+Victorsitou@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:12:07 -0300 Subject: [PATCH 1/3] feat(content): add mention of new audit log gateway event --- guide/docs/faq/general.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/docs/faq/general.mdx b/guide/docs/faq/general.mdx index 833d2e96..0472073c 100644 --- a/guide/docs/faq/general.mdx +++ b/guide/docs/faq/general.mdx @@ -276,5 +276,4 @@ await channel.send(embed=embed) ### 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. +As of version 2.8, there's now an event for it, called From 2299b1a573c785f5c1a986a2a4992eac61d44b89 Mon Sep 17 00:00:00 2001 From: Victorsitou <67214928+Victorsitou@users.noreply.github.com> Date: Sun, 15 Jan 2023 14:15:34 -0300 Subject: [PATCH 2/3] improve it duh --- guide/docs/faq/general.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/faq/general.mdx b/guide/docs/faq/general.mdx index 0472073c..6f66db1c 100644 --- a/guide/docs/faq/general.mdx +++ b/guide/docs/faq/general.mdx @@ -276,4 +276,4 @@ await channel.send(embed=embed) ### Is there an event for audit log entries being created? -As of version 2.8, there's now an event for it, called +Yes, there is. It's called . From ba2b88ea5b6a5c5b47f106ce1df97031372d047b Mon Sep 17 00:00:00 2001 From: shiftinv <8530778+shiftinv@users.noreply.github.com> Date: Mon, 1 May 2023 16:10:17 +0200 Subject: [PATCH 3/3] fix: update text to match sphinx docs matches the main docs' faq entry: https://github.com/DisnakeDev/disnake/blob/8ba4e7ffda82f4bc5aadd0fd8d903e5bb9e50c16/docs/faq.rst?plain=1#L333-L336 --- guide/docs/faq/general.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/faq/general.mdx b/guide/docs/faq/general.mdx index 6f66db1c..90446297 100644 --- a/guide/docs/faq/general.mdx +++ b/guide/docs/faq/general.mdx @@ -276,4 +276,4 @@ await channel.send(embed=embed) ### Is there an event for audit log entries being created? -Yes, there is. It's called . +As of version 2.8, there's now an event for it, called .