Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit a3d10bb

Browse files
committed
last changes
1 parent 9a28f6a commit a3d10bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.vercel
2-
.env
2+
*.env
33
.venv
44
__pycache__
55
.pyc

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ def linked_role_auth():
9090
'scope': user_token['scope'],
9191
}
9292

93-
data = app.auth.replace_one(filter, replacement)
94-
93+
datar = app.auth.replace_one(filter, replacement)
9594
if data['metadata'] != {}:
9695
return redirect('https://discord.com/oauth2/authorized')
9796
else:

0 commit comments

Comments
 (0)