Skip to content

Commit

Permalink
remove role connections oauth scope
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay committed Aug 15, 2024
1 parent 8eec8a0 commit 8d1411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/http/oauth.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
([]
Expand Down

0 comments on commit 8d1411d

Please sign in to comment.