Hey, I am trying to make my bot move voice users to a specific channel, nowhere can I find a way to move the user.
Thanks.
You can use IGuildUser.ModifyAsync
(You can also join the Discord API and directly ask in #dotnet_discord-net)
How would you go about using that? I'm fairly new to C# and all that just went right over my head.
It takes a lambda expression taking a GuildUserProperties as an argument. To be short, x => x.Channel = myChannel will move a user to the voice channel represented by myChannel.
I believe this issues is resolved and can be closed.
Looks like this has been resolved, if you have further questions please feel free to reopen.