mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-22 00:54:00 -05:00
Added Discord Logic
This commit is contained in:
@@ -5,6 +5,7 @@ from logic.global_handlers import session_manager
|
||||
from logic.global_handlers import check_for_game_client
|
||||
from logic.global_handlers import sanitize_input
|
||||
from logic.mongodb_handler import mongo
|
||||
from logic.webhook_handler import discord_webhook
|
||||
import json
|
||||
import os
|
||||
|
||||
@@ -18,3 +19,7 @@ mongo_host = config['mongodb']['host']
|
||||
mongo_db = config['mongodb']['db']
|
||||
mongo_collection = config['mongodb']['collection']
|
||||
allowed_tokens = config['api']['allowed_tokens']
|
||||
discord_mm_url = config['webhooks']['discord']['mm_url']
|
||||
discord_mm_use = config['webhooks']['discord']['mm_use']
|
||||
discord_public_url = config['webhooks']['discord']['public_url']
|
||||
discord_rebirth_url = config['webhooks']['discord']['rebirth_url']
|
||||
|
||||
Reference in New Issue
Block a user