1
0

add first join message

This commit is contained in:
Lee
2024-03-28 19:54:03 +00:00
parent 3120240ac5
commit 9622f0ff89
3 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,8 @@ public enum Lang {
VOTE_COMMAND_LINKS("vote-command.links"),
BLOCKED_MESSAGE("blocked-message"),
BLOCKED_MESSAGE_ALERT("blocked-message-alert"),
CHAT_FORMAT("chat-format");
CHAT_FORMAT("chat-format"),
FIRST_JOIN_MESSAGE("first-join-message");
/**
* The path of the lang in the lang.yml file.