forked from SteamWar/SteamWar
Check why StaticMessageChannel does not work?
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user