From 09355e2be6446cab13aa6088591bf5ebc2063778 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Mon, 28 Jun 2021 17:48:40 -0500 Subject: [PATCH] Update config with Top.gg authorization key --- bot/config.default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/config.default.json b/bot/config.default.json index 7bfe57b..440d6db 100644 --- a/bot/config.default.json +++ b/bot/config.default.json @@ -1,4 +1,5 @@ { "subjectURL": "https://moose.lcsrc.org/subjects/", - "gotenbergURL": "https://localhost:3136/convert/html" + "gotenbergURL": "https://localhost:3136/convert/html", + "topggauth": "" }