Hopefully finished help command

This commit is contained in:
Stijn
2022-03-09 22:37:44 +01:00
parent 9f1f62d593
commit ba55956bbf
6 changed files with 91 additions and 24 deletions
@@ -21,4 +21,10 @@ public class MessagesConfig extends AbstractConfig {
HELP_MESSAGE_TEMPLATE = messagesConfig.getString("help.message-template", HELP_MESSAGE_TEMPLATE);
}
public static String INVALID_COMMAND = "<command> is not a valid command.";
public static String INVALID_COMMAND_ARGS = "`<args>` is/are not valid argument(s) for `<command>`.\nFor more info see <prefix>help <command>";
private static void loadInvalidCommands() {
}
}