We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656fb1 commit f987521Copy full SHA for f987521
src/main/java/com/github/theholywaffle/teamspeak3/commands/CChannelInfo.java
@@ -27,13 +27,11 @@
27
*/
28
29
import com.github.theholywaffle.teamspeak3.commands.parameter.KeyValueParam;
30
-import com.github.theholywaffle.teamspeak3.commands.parameter.OptionParam;
31
32
public class CChannelInfo extends Command {
33
34
public CChannelInfo(int channelId) {
35
super("channelinfo");
36
- add(new OptionParam("secondsempty"));
37
add(new KeyValueParam("cid", channelId));
38
}
39
0 commit comments