From 8d1411d1e1f979ca7b9e9e03c0fca0aeaa163c99 Mon Sep 17 00:00:00 2001 From: JohnnyJayJay Date: Thu, 15 Aug 2024 21:21:15 +0200 Subject: [PATCH] remove role connections oauth scope --- src/co/gaiwan/compass/http/oauth.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/co/gaiwan/compass/http/oauth.clj b/src/co/gaiwan/compass/http/oauth.clj index 9fc687f..f55fa57 100644 --- a/src/co/gaiwan/compass/http/oauth.clj +++ b/src/co/gaiwan/compass/http/oauth.clj @@ -15,7 +15,7 @@ (def discord-oauth-endpoint "https://discord.com/oauth2/authorize") -(def default-scopes ["email" "identify" "guilds.join" "role_connections.write"]) +(def default-scopes ["email" "identify" "guilds.join"]) (defn flow-init-url ([]