Update example config to reflect the DBL authorization field

This commit is contained in:
Jeremy "EndenDragon" Zhang 2018-03-06 17:57:02 -08:00 committed by GitHub
parent 6b4d3020f5
commit 37536e3cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,6 @@ config = {
'websockets-mode': "LITTERALLY None or eventlet or gevent", 'websockets-mode': "LITTERALLY None or eventlet or gevent",
'engineio-logging': False, 'engineio-logging': False,
# https://titanembeds.com/api/webhook/discordbotsorg/vote/<secret here> # https://titanembeds.com/api/webhook/discordbotsorg/vote
'discordbotsorg-webhook-secret': "Secret appended to the discord bots hook url", 'discordbotsorg-webhook-secret': "Secret code used in the authorization header for DBL webhook",
} }