From 7d2507279cc9d1397c7d61e7c7b856ff4bc17c86 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:30:07 +0100 Subject: [PATCH] docs(GuildAuditLogsEntry): Correct `action` wording (#8499) docs(GuildAuditLogsEntry): fix `action` wording Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/discord.js/src/structures/GuildAuditLogsEntry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/GuildAuditLogsEntry.js b/packages/discord.js/src/structures/GuildAuditLogsEntry.js index b57472fc089e..3e1eee6716d6 100644 --- a/packages/discord.js/src/structures/GuildAuditLogsEntry.js +++ b/packages/discord.js/src/structures/GuildAuditLogsEntry.js @@ -106,7 +106,7 @@ class GuildAuditLogsEntry { this.actionType = GuildAuditLogsEntry.actionType(data.action_type); /** - * Specific action type of this entry in its string presentation + * The type of action that occured. * @type {AuditLogEvent} */ this.action = data.action_type;