Skip to content

Commit

Permalink
oops my bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Mar 2, 2024
1 parent dc4414f commit 1d91d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def generate_url(response):

state = secrets.token_urlsafe(32)

states[state, user_id]
states[state] = user_id

url = discord.utils.oauth_url(
client_id,
Expand Down

0 comments on commit 1d91d48

Please sign in to comment.