Example #1
0
 private void checkVerification() {
   if (!guild.checkVerification()) {
     throw new VerificationLevelException(guild.getVerificationLevel());
   }
 }