Skip to content

Commit 1a97228

Browse files
committed
colorblind support for help system emojis
1 parent dff6068 commit 1a97228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/free/ChannelStatusType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import org.jetbrains.annotations.NotNull;
44

55
enum ChannelStatusType {
6-
FREE("free", ":green_circle:"),
7-
BUSY("busy", ":red_circle:");
6+
FREE("free", ":white_check_mark:"),
7+
BUSY("busy", ":x:");
88

99
private final String description;
1010
private final String emoji;

0 commit comments

Comments
 (0)