Skip to content

GuildAuditLog

GuildAuditLog ⇐ Base

Represents an audit log for a guild.

Kind: global class
Extends: Base

new GuildAuditLog([data], guildId, client)

Constructs a new instance of the Guild class.

ParamTypeDescription
[data]ObjectThe data object containing guild information.
guildIdstringThe ID of the guild.
clientClientThe client instance.

guildAuditLog.guild : Guild

Returns the guild object associated with this audit log.

Kind: instance property of GuildAuditLog
Read only: true