forked from pothtonswer/discordmuffin
feat(GuildAuditLogEntryCreate): add guild_id (#1367)
--------- Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
This commit is contained in:
parent
2c9c884e4f
commit
6af2451cd4
1 changed files with 1 additions and 0 deletions
|
@ -405,4 +405,5 @@ type AutoModerationActionExecution struct {
|
||||||
// GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event.
|
// GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event.
|
||||||
type GuildAuditLogEntryCreate struct {
|
type GuildAuditLogEntryCreate struct {
|
||||||
*AuditLogEntry
|
*AuditLogEntry
|
||||||
|
GuildID string `json:"guild_id"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue