We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6a90f commit 67c99b7Copy full SHA for 67c99b7
src/main/java/net/clementraynaud/skoice/listeners/channel/main/GenericChannelListener.java
@@ -115,9 +115,6 @@ private void checkForValidVoiceChannel(GenericChannelEvent event) {
115
return;
116
}
117
118
- if (!(event instanceof ChannelDeleteEvent)) {
119
- event.getChannel().asVoiceChannel().modifyStatus("").queue();
120
- }
121
this.plugin.getConfigYamlFile().remove(ConfigField.VOICE_CHANNEL_ID.toString());
122
this.plugin.getListenerManager().update();
123
0 commit comments