discord integration

This commit is contained in:
InspectorCaracal 2022-10-14 14:05:27 -06:00
parent 7114aea912
commit cd529281f3
5 changed files with 915 additions and 27 deletions

View file

@ -874,6 +874,9 @@ GRAPEVINE_CHANNELS = ["gossip", "testing"]
# them. These are secret and should thus be overridden in secret_settings file
GRAPEVINE_CLIENT_ID = ""
GRAPEVINE_CLIENT_SECRET = ""
# Discord integration
# TODO: add doc comments here
DISCORD_ENABLED = False
######################################################################
# Django web features