improve and fix cmd handler (first commit on arch)

yup this is my first commit on arch linux,.,.,..,.,.,
yes i use arch btw 😎
This commit is contained in:
ChomeNS
2023-04-20 13:32:05 +07:00
parent 41680cf8cc
commit 678894b602
4 changed files with 20 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ public class Configuration {
@Getter public String token;
@Getter public Map<String, String> servers = new HashMap<>();
@Getter public EmbedColors embedColors = new EmbedColors();
@Getter public String trustedRoleName = "Trusted";
@Getter public String adminRoleName = "Admin";
}
public static class EmbedColors {