mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
apiDiscordRoutes fix. (3x)
- fix server insights.
This commit is contained in:
parent
456e447a5e
commit
3285341b9c
@ -87,7 +87,7 @@ val server = embeddedServer(Netty, port = 8080, ) {
|
|||||||
requestMethod = HttpMethod.Post,
|
requestMethod = HttpMethod.Post,
|
||||||
defaultScopes = listOf(),
|
defaultScopes = listOf(),
|
||||||
extraAuthParameters = listOf(
|
extraAuthParameters = listOf(
|
||||||
Pair("permissions", "826781355072"),
|
Pair("permissions", "826781943872"),
|
||||||
Pair("response_type", "code"),
|
Pair("response_type", "code"),
|
||||||
Pair("integration_type", "0"),
|
Pair("integration_type", "0"),
|
||||||
Pair("scope", "guilds bot identify")
|
Pair("scope", "guilds bot identify")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user