Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Feb 4, 2024
1 parent a74f31c commit 724568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome/welcome.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ func (w *Manager) onMessageReactionAdd(_ *discordgo.Session, reaction *discordgo
}
}

func (w *Manager) onMessageReactionRemove(session *discordgo.Session, reaction *discordgo.MessageReactionRemove) {
func (w *Manager) onMessageReactionRemove(_ *discordgo.Session, reaction *discordgo.MessageReactionRemove) {
log.Info().Msg("Incoming Message Reaction Remove")
if reaction.ChannelID != w.config.ChannelID {
log.Info().
Expand Down

0 comments on commit 724568d

Please sign in to comment.