feat,fix: add admin trust level and some other fixies

This commit is contained in:
ChomeNS
2024-11-30 15:03:02 +07:00
parent 651db6c8ce
commit 36a138becc
13 changed files with 62 additions and 49 deletions

View File

@@ -3,5 +3,6 @@ package me.chayapak1.chomens_bot.command;
public enum TrustLevel {
PUBLIC,
TRUSTED,
ADMIN,
OWNER
}