1
0

add vote command

This commit is contained in:
Lee
2024-03-28 15:12:18 +00:00
parent 48ad8a707b
commit 2ea78e5462
10 changed files with 67 additions and 20 deletions

View File

@ -11,7 +11,11 @@ import java.util.List;
@Getter
public enum Lang {
HELP_COMMAND("help-command");
PREFIX("prefix"),
HELP_COMMAND("help-command"),
VOTE_HEADER("vote.header"),
VOTE_FORMAT("vote.format"),
VOTE_LINKS("vote.links");
/**
* The path of the lang in the lang.yml file.