Skip to content

Commit 8c1bef4

Browse files
committed
config: update config example
1 parent b92e7f7 commit 8c1bef4

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

config_example.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,28 @@
9494
},
9595

9696
"notificator": {
97-
"discord": {
98-
"name": "BoyBot",
99-
"url": "https://discord.com/api/webhooks/YOUR_API_ID/YOUR_API_ID",
100-
"avatarUrl": "https://i.imgur.com/KHzN7QR.png",
101-
"mentions": [
102-
"@8XXXXXXXXXXXXXXXXX",
103-
"@here"
104-
],
105-
"enable": true
106-
},
97+
"discord": [
98+
{
99+
"name": "BoyBot",
100+
"url": "https://discord.com/api/webhooks/YOUR_API_ID/YOUR_API_ID",
101+
"avatarUrl": "https://i.imgur.com/KHzN7QR.png",
102+
"mentions": [
103+
"@8XXXXXXXXXXXXXXXXX",
104+
"@here"
105+
],
106+
"enable": true
107+
},
108+
{
109+
"name": "BoyBot2",
110+
"url": "https://discord.com/api/webhooks/YOUR_API_ID/YOUR_API_ID",
111+
"avatarUrl": "https://i.imgur.com/KHzN7QR.png",
112+
"mentions": [
113+
"@8XXXXXXXXXXXXXXXXX",
114+
"@here"
115+
],
116+
"enable": true
117+
}
118+
],
107119

108120
"slack": {
109121
"webhookUrl": "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXX",

0 commit comments

Comments
 (0)