From d1feedd3c61a9fc737de159b9d440304874454f4 Mon Sep 17 00:00:00 2001 From: jackfrojpg <78164682+jackfrojpg@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:55:36 +0100 Subject: [PATCH] Add clarity --- guide/popular-topics/audit-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/popular-topics/audit-logs.md b/guide/popular-topics/audit-logs.md index e32fd9e83..c8850a61b 100644 --- a/guide/popular-topics/audit-logs.md +++ b/guide/popular-topics/audit-logs.md @@ -32,7 +32,7 @@ const fetchedLogs = await guild.fetchAuditLogs({ const firstEntry = fetchedLogs.entries.first(); ``` -This will return the first entry where an invite was created. You used `limit: 1` here to specify only one entry. +This will return the first entry where an invite was created - it's worth noting that 'first' entry is the newest, or most recent, one. You used `limit: 1` here to specify only one entry. ## Receiving Audit Logs