Files
Polaris/config/example/webhooks.json
Neerti 4deffc7186 Ports Nebula's Discord Webhook Integration (#8071)
* Ports Nebula's Discord Webhook Integration

* Forgot the example .json file.
2021-05-12 21:22:25 -09:00

13 lines
233 B
JSON

[
{
"id" : "webhook_roundend",
"url" : {
"someurl0" : [],
"someurl1" : [],
"someurl2" : "somemention0",
"someurl3" : [ "somemention1", "somemention2" ]
},
"mentions" : [ "somemention3", "somemention4" ]
}
]