This commit is contained in:
Aevann1 2021-08-11 19:01:19 +02:00
parent 7978ba9309
commit a7d9fa3902
27 changed files with 144 additions and 249 deletions

View file

@ -101,7 +101,6 @@ def discord_redirect(v):
v.discord_id=x["id"]
g.db.add(v)
g.db.commit()
url=f"https://discord.com/api/guilds/{SERVER_ID}/members/{x['id']}"