This commit is contained in:
Aevann1 2021-09-16 19:15:07 +02:00
parent ee7226448e
commit 0c75d5b7c8
10 changed files with 29 additions and 15 deletions

View file

@ -149,4 +149,6 @@ def discord_redirect(v):
requests.patch(url, headers=headers, json=data)
g.db.commit()
return redirect(f"https://discord.com/channels/{SERVER_ID}/{WELCOME_CHANNEL}")