From 37536e3cac3ef8cd4c5ff336a7b0c8584f668b19 Mon Sep 17 00:00:00 2001 From: "Jeremy \"EndenDragon\" Zhang" Date: Tue, 6 Mar 2018 17:57:02 -0800 Subject: [PATCH] Update example config to reflect the DBL authorization field --- webapp/config.example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/config.example.py b/webapp/config.example.py index 96a4e09..30a07fe 100644 --- a/webapp/config.example.py +++ b/webapp/config.example.py @@ -25,6 +25,6 @@ config = { 'websockets-mode': "LITTERALLY None or eventlet or gevent", 'engineio-logging': False, - # https://titanembeds.com/api/webhook/discordbotsorg/vote/ - 'discordbotsorg-webhook-secret': "Secret appended to the discord bots hook url", + # https://titanembeds.com/api/webhook/discordbotsorg/vote + 'discordbotsorg-webhook-secret': "Secret code used in the authorization header for DBL webhook", }