docs(GuildAuditLogsEntry): Correct action wording (#8499)

docs(GuildAuditLogsEntry): fix `action` wording

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2022-08-16 21:30:07 +01:00
committed by GitHub
parent c31a5cfcc8
commit 7d2507279c

View File

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