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", }