Skip to content

Commit

Permalink
fix: undo accidental color change
Browse files Browse the repository at this point in the history
  • Loading branch information
SantioMC committed Dec 22, 2024
1 parent b87731e commit 7cad055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 7cad055

Please sign in to comment.