fix(oauth2): remove discord oauth integration

This commit is contained in:
Ruben Fiszel
2022-08-04 16:05:40 +02:00
parent 6332910dd2
commit 986e76dc87
-10
View File
@@ -82,15 +82,5 @@
"access_type": "offline",
"consent": "prompt"
}
},
"discord": {
"auth_url": "https://discordapp.com/api/oauth2/authorize",
"token_url": "https://discordapp.com/api/oauth2/token",
"scopes": [
"bot"
],
"extra_params": {
"permissions": "68608"
}
}
}