forked from lug/matterbridge
Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22 * Fix api changes wrt to dependencies * Update golangci config
This commit is contained in:
5
vendor/github.com/bwmarrin/discordgo/events.go
generated
vendored
5
vendor/github.com/bwmarrin/discordgo/events.go
generated
vendored
@@ -401,3 +401,8 @@ type AutoModerationActionExecution struct {
|
||||
MatchedKeyword string `json:"matched_keyword"`
|
||||
MatchedContent string `json:"matched_content"`
|
||||
}
|
||||
|
||||
// GuildAuditLogEntryCreate is the data for a GuildAuditLogEntryCreate event.
|
||||
type GuildAuditLogEntryCreate struct {
|
||||
*AuditLogEntry
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user