Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
701 stars 140 forks source link

Add channel group to TsFullClient #1046

Open scheissegalo opened 1 year ago

scheissegalo commented 1 year ago

Is your feature request related to a problem? Please describe. Yes, no channel group support.

Describe the solution you'd like Add this:

        public CmdR ChannelGroupAddClient(ChannelGroupId groupId, ChannelId channelId, ClientDbId clientDbId)
            => SendVoid(new TsCommand("setclientchannelgroup") {
            { "cgid", groupId },
            { "cid", channelId },
            { "cldbid", clientDbId },
                });

to TsFullClient.cs