refactored help command

This commit is contained in:
Sheldan
2020-04-28 15:39:47 +02:00
parent 8e7bc7d98f
commit 93f587bf26
14 changed files with 224 additions and 215 deletions

View File

@@ -5,7 +5,7 @@ import dev.sheldan.abstracto.core.command.config.ModuleInterface;
public class ExperienceModule implements ModuleInterface {
public static final String EXPERIENCE = "utility";
public static final String EXPERIENCE = "experience";
@Override
public ModuleInfo getInfo() {