Update SWCommand
Dieser Commit ist enthalten in:
Ursprung
317912763a
Commit
7584d2b60f
@ -51,10 +51,6 @@ public abstract class SWCommand {
|
|||||||
private Message message = null;
|
private Message message = null;
|
||||||
private List<String> defaultHelpMessages = new ArrayList<>();
|
private List<String> defaultHelpMessages = new ArrayList<>();
|
||||||
|
|
||||||
protected SWCommand(String command) {
|
|
||||||
this(command, new String[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected SWCommand(String command, String... aliases) {
|
protected SWCommand(String command, String... aliases) {
|
||||||
this.command = new Command(command, "", "/" + command, Arrays.asList(aliases)) {
|
this.command = new Command(command, "", "/" + command, Arrays.asList(aliases)) {
|
||||||
@Override
|
@Override
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren