aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/oauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/oauth.py')
-rw-r--r--pysite/oauth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/oauth.py b/pysite/oauth.py
index 8370b713..a4b5bdb1 100644
--- a/pysite/oauth.py
+++ b/pysite/oauth.py
@@ -37,7 +37,6 @@ class OauthBackend(BaseBackend):
def set(self, blueprint, token):
user = self.get_user()
- self.join_discord(token["access_token"], user["id"])
sess_id = str(uuid5(uuid4(), self.key))
self.add_user(token, user, sess_id)