mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 09:18:31 +02:00
[BREAKING] changed notification config format, support multiple notification providers, support webhook and markdown style notification
This commit is contained in:
9
internal/notif/templates/discord.json
Normal file
9
internal/notif/templates/discord.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
"title": $title,
|
||||
"fields": $fields,
|
||||
"color": "$color"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user