Made it send a discord message when someone downvotes a sponsor.

This commit is contained in:
Ajay Ramachandran
2019-12-24 10:53:20 -05:00
parent b65cab0508
commit 69f1bff0a1
4 changed files with 763 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
"port": 80,
"globalSalt": "[global salt (pepper) that is added to every ip before hashing to make it even harder for someone to decode the ip]",
"adminUserID": "[the hashed id of the user who can perform admin actions]",
"youtubeAPIKey": null, //get this from Google Cloud Platform [optional]
"discordReportChannelWebhookURL": null, //URL from discord if you would like notifications when someone makes a report [optional]
"behindProxy": true,
"db": "./databases/sponsorTimes.db",
"privateDB": "./databases/private.db",