mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
Add option to mention specific user for Discord notifier (#188)
This commit is contained in:
@@ -62,6 +62,7 @@ func TestLoadFile(t *testing.T) {
|
||||
},
|
||||
Discord: &model.NotifDiscord{
|
||||
WebhookURL: "https://discordapp.com/api/webhooks/1234567890/Abcd-eFgh-iJklmNo_pqr",
|
||||
Mention: "here",
|
||||
Timeout: utl.NewDuration(10 * time.Second),
|
||||
},
|
||||
Gotify: &model.NotifGotify{
|
||||
|
||||
Reference in New Issue
Block a user