mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
commit
84d7349c98
@ -285,7 +285,7 @@ data class DiscordGuildListAPI(
|
||||
val owner: Boolean,
|
||||
val permissions: Int,
|
||||
val features: List<String>,
|
||||
val roles: List<GuildRole>
|
||||
val roles: List<GuildRole>?
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
@ -105,5 +105,5 @@ data class Guild(
|
||||
val name: String,
|
||||
val icon: String?,
|
||||
val banner: String?,
|
||||
val roles: List<GuildRole>,
|
||||
val roles: List<GuildRole>?,
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user