Merge pull request #94 from dalbodeule/develop

apiDiscordRoutes fix. (16x)
This commit is contained in:
JinU Choi 2024-08-15 11:08:59 +09:00 committed by GitHub
commit 6e4770a8de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
)