Skip to content

Commit

Permalink
feat(GuildAuditLogEntryCreate): add guild_id (#1367)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
  • Loading branch information
rwhelan and FedorLap2006 committed May 26, 2024
1 parent 2c9c884 commit 6af2451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,5 @@ type AutoModerationActionExecution struct {
// GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event.
type GuildAuditLogEntryCreate struct {
*AuditLogEntry
GuildID string `json:"guild_id"`
}

0 comments on commit 6af2451

Please sign in to comment.