added almost complete support for bontebok
also some minor patches and whatever else needed to be done Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
bf1d67fb48
commit
1f32a0fa23
19 changed files with 361 additions and 187 deletions
|
@ -27,12 +27,12 @@ public class Test implements GuildCommandInterface {
|
|||
|
||||
@Override
|
||||
public boolean isNSFW() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPremiumLevel() {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue