Skip to content

Commit

Permalink
docs(GuildAuditLogsEntry): Correct action wording (#8499)
Browse files Browse the repository at this point in the history
docs(GuildAuditLogsEntry): fix `action` wording

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Aug 16, 2022
1 parent c31a5cf commit 7d25072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/GuildAuditLogsEntry.js
Expand Up @@ -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;
Expand Down

0 comments on commit 7d25072

Please sign in to comment.