We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301fe28 commit 6c9e4bdCopy full SHA for 6c9e4bd
src/notification/notify.go
@@ -56,7 +56,7 @@ func sendDiscord(cfg config.DiscordNotif, msg string) error {
56
notifier := notify.New()
57
notifier.UseServices(srvc)
58
59
- if err := notifier.Send(context.Background(), "**Explo**", msg); err != nil {
+ if err := notifier.Send(context.Background(), "Explo", msg); err != nil {
60
return fmt.Errorf("failed to send Discord notification: %s", err.Error())
61
}
62
0 commit comments