mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
debug discord login (9x)
- add identify scopes
This commit is contained in:
parent
e68794ce33
commit
7d74fb87c5
@ -89,7 +89,7 @@ val server = embeddedServer(Netty, port = 8080, ) {
|
||||
Pair("permissions", "826781355072"),
|
||||
Pair("response_type", "code"),
|
||||
Pair("integration_type", "0"),
|
||||
Pair("scope", "guilds bot")
|
||||
Pair("scope", "guilds bot identify")
|
||||
),
|
||||
onStateCreated = { call, state ->
|
||||
call.request.queryParameters["redirectUrl"]?.let {
|
||||
|
Loading…
x
Reference in New Issue
Block a user