Skip to content

Commit 6c9e4bd

Browse files
committed
Revert "maker di"
This reverts commit 301fe28.
1 parent 301fe28 commit 6c9e4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notification/notify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func sendDiscord(cfg config.DiscordNotif, msg string) error {
5656
notifier := notify.New()
5757
notifier.UseServices(srvc)
5858

59-
if err := notifier.Send(context.Background(), "**Explo**", msg); err != nil {
59+
if err := notifier.Send(context.Background(), "Explo", msg); err != nil {
6060
return fmt.Errorf("failed to send Discord notification: %s", err.Error())
6161
}
6262

0 commit comments

Comments
 (0)