Skip to content

Commit c761667

Browse files
Removed dormant-channel warning
1 parent 13a8178 commit c761667

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/help/HelpChannelManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ public void reserve(TextChannel channel, User reservingUser, Message message) th
153153
TextChannel targetChannel = dormantChannels.get(0);
154154
targetChannel.getManager().setParent(targetCategory).sync(targetCategory).queue();
155155
targetChannel.sendMessage(config.getReopenedChannelMessage()).queue();
156-
} else {
157-
logChannel.sendMessage("Warning: No dormant channels were available to replenish an open channel that was just reserved.").queue();
158156
}
159157
} else {
160158
this.openNew();

0 commit comments

Comments
 (0)