Skip to content

Commit

Permalink
Update guild_ban_remove_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 authored Aug 5, 2021
1 parent db2e19e commit 225fc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/guild_ban_remove_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type GuildBanRemoveHandler struct{}

// Event returns the api.GatewayEventType
func (h *GuildBanRemoveHandler) Event() api.GatewayEventType {
return api.GatewayEventChannelUpdate
return api.GatewayEventGuildBanRemove
}

// New constructs a new payload receiver for the raw gateway event
Expand Down

0 comments on commit 225fc82

Please sign in to comment.