diff --git a/src/main/kotlin/me/santio/minehututils/commands/impl/MarketplaceCommand.kt b/src/main/kotlin/me/santio/minehututils/commands/impl/MarketplaceCommand.kt index c75166e..54c4e13 100644 --- a/src/main/kotlin/me/santio/minehututils/commands/impl/MarketplaceCommand.kt +++ b/src/main/kotlin/me/santio/minehututils/commands/impl/MarketplaceCommand.kt @@ -179,7 +179,7 @@ class MarketplaceCommand : SlashCommand { private fun getEmbedColor(type: String): Int { return when (type) { - "offer" -> 0xff057a + "offer" -> 0x70b560 "request" -> 0xA160B5 else -> error("Invalid type provided") }