Skip to content

Commit 990ffc9

Browse files
committed
Add exit message action
1 parent 5c1e721 commit 990ffc9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/src/main/kotlin/me/proxer/library/enums/MessageAction.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ enum class MessageAction {
2727
SET_LEADER,
2828

2929
@Json(name = "setTopic")
30-
SET_TOPIC
30+
SET_TOPIC,
31+
32+
@Json(name = "exit")
33+
EXIT
3134
}

0 commit comments

Comments
 (0)