feat(GuildAuditLogEntryCreate): add guild_id (#1367)

---------

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
This commit is contained in:
Ryan Whelan 2024-05-26 06:53:13 -04:00 committed by GitHub
parent 2c9c884e4f
commit 6af2451cd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -405,4 +405,5 @@ type AutoModerationActionExecution struct {
// GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event.
type GuildAuditLogEntryCreate struct {
*AuditLogEntry
GuildID string `json:"guild_id"`
}