summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-11-05 15:16:00 -0500
committerTyler St. Onge <tylertstonge@gmail.com>2020-11-05 15:16:00 -0500
commita7ba75b1b6ca4faa392cb3e5655fc784687e02ac (patch)
tree2fbb86557038b616513e1e2561d4e7ad7ae30d0e /config.json
parent07abec1108c69cf1f85ae039066e90f14eaca78a (diff)
added discord reporter
Diffstat (limited to 'config.json')
-rw-r--r--config.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.json b/config.json
index 7e5f5f5..3b108cd 100644
--- a/config.json
+++ b/config.json
@@ -8,8 +8,11 @@
],
"reporters": [
{
- "name": "basic-reporter",
- "type": "console-logger"
+ "name": "nothingness",
+ "type": "discord-logger",
+ "options": {
+ "webhook": "http://example.com"
+ }
}
]
} \ No newline at end of file