|
|
if err := notifications.Notify(discordState, message, app.cfg); err != nil {
|
|
if err := notifications.Notify(discordState, message, app.cfg); err != nil {
|
|
|
|
|
+ slog.Error("failed to notify", "err", err, "channel_id", message.ChannelID, "message_id", message.ID)
|