Lang changes

This commit is contained in:
Esophose 2018-09-29 17:27:37 -06:00
parent a049433bf4
commit 3d47b9faf8
22 changed files with 384 additions and 279 deletions

View file

@ -19,8 +19,8 @@ public class EditCommandModule implements CommandModule {
return "edit";
}
public String getDescription() {
return Lang.EDIT_COMMAND_DESCRIPTION.get();
public Lang getDescription() {
return Lang.EDIT_COMMAND_DESCRIPTION;
}
public String getArguments() {