|
|
@ -16,7 +16,6 @@ public abstract class Command |
|
|
|
|
|
|
|
|
|
|
|
protected final Chords bot; |
|
|
|
protected final Chords bot; |
|
|
|
protected final String keyword; |
|
|
|
protected final String keyword; |
|
|
|
protected String documentation; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Command(Chords bot, String keyword) |
|
|
|
public Command(Chords bot, String keyword) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -31,9 +30,8 @@ public abstract class Command |
|
|
|
return keyword; |
|
|
|
return keyword; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getDocumentation() |
|
|
|
// public abstract String synopsis();
|
|
|
|
{ |
|
|
|
//
|
|
|
|
return documentation; |
|
|
|
// public abstract String help();
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|