Bass Command Help stuff

This commit is contained in:
GregTCLTK 2020-01-17 17:32:54 +01:00
parent 28b1c755fa
commit 76886f1bf8
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -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";
}
}