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); }