diff --git a/Utils/Configuration.py b/Utils/Configuration.py index 31e2fcf..2424dfe 100644 --- a/Utils/Configuration.py +++ b/Utils/Configuration.py @@ -9,7 +9,7 @@ CLIENT_URL: str = config["client_url"] SESSION_TIMEOUT_LEN: int = config["session_timeout_length"] * 60*60*24 SESSION_KEY: str = config["session_key"] -API_LOCATION = "https://discordapp.com/api/v6" +API_LOCATION = "https://discord.com/api/v6" ALLOWED_USERS = config["allowed_users"] OUTAGE_DETECTION: bool = config["bot_outage"]["outage_detection"] @@ -31,4 +31,4 @@ UPDATE_KEY = config["update_key"] if UPDATE_KEY == "": UPDATE_KEY = None -DSN = config.get("sentry_dsn", "") \ No newline at end of file +DSN = config.get("sentry_dsn", "")