fix dev commands

This commit is contained in:
Lee
2024-07-01 22:56:52 +01:00
parent 69281d113c
commit 3146ed7d6d
4 changed files with 22 additions and 8 deletions

View File

@ -75,7 +75,7 @@ public class CommandService extends ListenerAdapter {
JDA jda = DiscordService.JDA;
long before = System.currentTimeMillis();
Guild adminGuild = jda.getGuildById(Consts.ADMIN_GUILD);
Guild adminGuild = jda.getGuildById(Config.INSTANCE.getAdminGuild());
if (!Config.isProduction()) {
if (adminGuild == null) {
log.error("Unable to find the admin guild to register commands");