mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
apiDiscordRoutes fix. (16x)
- wrong type definition(GuildRoles.color) fix
This commit is contained in:
@@ -287,7 +287,7 @@ data class DiscordGuildListAPI(
|
||||
data class GuildRole(
|
||||
val id: String,
|
||||
val name: String,
|
||||
val color: String,
|
||||
val color: Int,
|
||||
val mentionable: Boolean,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user