forked from Fascinated/Bat
fix dev commands
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user