diff --git a/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/Main.kt b/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/Main.kt index 4afaf9a..6920dbc 100644 --- a/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/Main.kt +++ b/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/Main.kt @@ -277,9 +277,7 @@ data class DiscordGuildListAPI( val banner: String, val owner: Boolean, val permissions: Int, - val features: List, - val approximate_member_count: Int, - val approximate_presence_count: Int, + val features: List ) suspend fun getDiscordUser(accessToken: String): DiscordMeAPI? {