add vote command
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user