apiDiscordRoutes fix. (3x)

- fix server insights.
This commit is contained in:
dalbodeule 2024-08-15 07:22:36 +09:00
parent 456e447a5e
commit 3285341b9c
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -87,7 +87,7 @@ val server = embeddedServer(Netty, port = 8080, ) {
requestMethod = HttpMethod.Post,
defaultScopes = listOf(),
extraAuthParameters = listOf(
Pair("permissions", "826781355072"),
Pair("permissions", "826781943872"),
Pair("response_type", "code"),
Pair("integration_type", "0"),
Pair("scope", "guilds bot identify")