From db4ea2d69d96b0d7d7b3455814dcf95794dcb045 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Fri, 9 Jan 2026 10:05:17 +0100 Subject: [PATCH] Check why StaticMessageChannel does not work? --- .../velocitycore/discord/channels/StaticMessageChannel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/VelocityCore/src/de/steamwar/velocitycore/discord/channels/StaticMessageChannel.java b/VelocityCore/src/de/steamwar/velocitycore/discord/channels/StaticMessageChannel.java index 359ff4ce..d93f8dae 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/discord/channels/StaticMessageChannel.java +++ b/VelocityCore/src/de/steamwar/velocitycore/discord/channels/StaticMessageChannel.java @@ -71,6 +71,7 @@ public class StaticMessageChannel extends DiscordChannel { .filter(m -> m.getAuthor().isBot()) .findFirst() .orElse(null); + System.out.println("Initialized " + getChannel()); VelocityCore.schedule(this::update); }