Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Nov 22, 2023
1 parent 5742d13 commit 5392ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func main() {
replaceYouTubeEmbeds(b, event.GenericGuildMessage)
},
OnGuildMessageUpdate: func(event *events.GuildMessageUpdate) {
slog.Info("received a message update", slog.Any("channel.id", event.ChannelID), slog.Any("message.id", event.MessageID), slog.Any("flags", event.Message.Flags))
replaceYouTubeEmbeds(b, event.GenericGuildMessage)
},
OnGuildMessageDelete: func(event *events.GuildMessageDelete) {
Expand Down

0 comments on commit 5392ab1

Please sign in to comment.