Check why StaticMessageChannel does not work?

This commit is contained in:
2026-01-09 10:05:17 +01:00
parent 3cecc58bce
commit db4ea2d69d
@@ -71,6 +71,7 @@ public class StaticMessageChannel extends DiscordChannel {
.filter(m -> m.getAuthor().isBot()) .filter(m -> m.getAuthor().isBot())
.findFirst() .findFirst()
.orElse(null); .orElse(null);
System.out.println("Initialized " + getChannel());
VelocityCore.schedule(this::update); VelocityCore.schedule(this::update);
} }