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

@@ -57,7 +57,8 @@ public class Configuration {
}
public static class Keys {
public String normalKey;
public String trustedKey;
public String adminKey;
public String ownerKey;
}
@@ -93,6 +94,7 @@ public class Configuration {
public EmbedColors embedColors = new EmbedColors();
public String trustedRoleName = "Trusted";
public String adminRoleName = "Admin";
public String ownerRoleName = "Owner";
public String statusMessage = "Oh hi!";
public String inviteLink = "https://discord.gg/xdgCkUyaA4";
}