Skip to content

Commit

Permalink
feat(events): add ApplicationCommandPermissionsUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Apr 28, 2022
1 parent ba120c0 commit 8c206e1
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 121 deletions.
275 changes: 154 additions & 121 deletions eventhandlers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions events.go
Expand Up @@ -401,3 +401,8 @@ type InviteDelete struct {
GuildID string `json:"guild_id"`
Code string `json:"code"`
}

// ApplicationCommandPermissionsUpdate is the data for a ApplicationCommandPermissionsUpdate event
type ApplicationCommandPermissionsUpdate struct {
*GuildApplicationCommandPermissions
}

0 comments on commit 8c206e1

Please sign in to comment.