diff --git a/src/main/kotlin/com/wire/bots/polls/services/StatsFormattingService.kt b/src/main/kotlin/com/wire/bots/polls/services/StatsFormattingService.kt index b3d7e6a..2f65ac9 100644 --- a/src/main/kotlin/com/wire/bots/polls/services/StatsFormattingService.kt +++ b/src/main/kotlin/com/wire/bots/polls/services/StatsFormattingService.kt @@ -90,8 +90,8 @@ class StatsFormattingService( private data class VotingOption(val style: String, val option: String, val votingUsers: Int) { private companion object { - const val notVote = "⬜" - const val vote = "⬛" + const val notVote = "⚪" + const val vote = "🟢" } fun toString(max: Int): String {