From a7ba75b1b6ca4faa392cb3e5655fc784687e02ac Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Thu, 5 Nov 2020 15:16:00 -0500 Subject: added discord reporter --- config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.json') 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 -- cgit v1.1