mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
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:
@@ -106,7 +106,7 @@ class GuildAuditLogsEntry {
|
|||||||
this.actionType = GuildAuditLogsEntry.actionType(data.action_type);
|
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}
|
* @type {AuditLogEvent}
|
||||||
*/
|
*/
|
||||||
this.action = data.action_type;
|
this.action = data.action_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user