GuildAuditLog
GuildAuditLog ⇐ Base
Section titled “GuildAuditLog ⇐ Base”Represents an audit log for a guild.
Kind: global class
Extends: Base
- GuildAuditLog ⇐
Base
new GuildAuditLog([data], guildId, client)
Section titled “new GuildAuditLog([data], guildId, client)”Constructs a new instance of the Guild class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object containing guild information. |
| guildId | string | The ID of the guild. |
| client | Client | The client instance. |
guildAuditLog.guild : Guild
Section titled “guildAuditLog.guild : Guild”Returns the guild object associated with this audit log.
Kind: instance property of GuildAuditLog
Read only: true