Bass Command Help stuff
This commit is contained in:
parent
28b1c755fa
commit
76886f1bf8
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @author Hax / Hax6775 / Schlauer_Hax
|
||||
@author Hax / Hax6775 / Schlauer_Hax
|
||||
*/
|
||||
|
||||
package com.bbn.hadder.commands.music;
|
||||
|
|
@ -33,16 +33,16 @@ public class BassCommand implements Command {
|
|||
|
||||
@Override
|
||||
public String description() {
|
||||
return null;
|
||||
return "commands.music.bass.help.description";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String usage() {
|
||||
return null;
|
||||
return "[Bass-Level]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String example() {
|
||||
return null;
|
||||
return "1000";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue