modified: app.py

This commit is contained in:
SimolZimol
2024-09-06 11:35:02 +02:00
parent 6e8bbc0cba
commit aa69fa6177

1
app.py
View File

@@ -28,6 +28,7 @@ DISCORD_REDIRECT_URI = os.getenv("DISCORD_REDIRECT_URI")
DISCORD_OAUTH2_URL = "https://discord.com/api/oauth2/authorize" DISCORD_OAUTH2_URL = "https://discord.com/api/oauth2/authorize"
DISCORD_TOKEN_URL = "https://discord.com/api/oauth2/token" DISCORD_TOKEN_URL = "https://discord.com/api/oauth2/token"
DISCORD_API_URL = "https://discord.com/api/users/@me" DISCORD_API_URL = "https://discord.com/api/users/@me"
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1'
# Globale Variablen für die Intros # Globale Variablen für die Intros
INTRO_FILE = "introduction.txt" INTRO_FILE = "introduction.txt"