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:
lever1209 2021-12-14 13:46:36 -04:00
commit 1f32a0fa23
No known key found for this signature in database
GPG key ID: EEBCBB60C9DFC782
19 changed files with 361 additions and 187 deletions

View file

@ -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