vcx
This commit is contained in:
parent
36db2c400e
commit
274f60cfa9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def discord_redirect(v):
|
||||||
'client_secret': CLIENT_SECRET,
|
'client_secret': CLIENT_SECRET,
|
||||||
'grant_type': 'authorization_code',
|
'grant_type': 'authorization_code',
|
||||||
'code': code,
|
'code': code,
|
||||||
'redirect_uri': f"{request.host_url}discord_redirect",
|
'redirect_uri': f"https://{app.config['SERVER_NAME']}/discord_redirect",
|
||||||
'scope': 'identify guilds.join'
|
'scope': 'identify guilds.join'
|
||||||
}
|
}
|
||||||
headers={
|
headers={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue