This commit is contained in:
Aevann1 2022-01-23 17:43:34 +02:00
parent c0036bceef
commit 36db2c400e

View file

@ -69,10 +69,7 @@ def discord_redirect(v):
x=x.json()
try:
token=x["access_token"]
except KeyError:
abort(403)
url="https://discord.com/api/users/@me"