Skip to content

GuildAuditLog

Represents an audit log for a guild.

Kind: global class
Extends: Base

new GuildAuditLog([data], guildId, client)

Section titled “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.

Returns the guild object associated with this audit log.

Kind: instance property of GuildAuditLog
Read only: true