Saious119 / Discord-Bots

A collection of discord bots, some use humor that may be offensive, some scrape 4 chan for random images. USE AT YOUR OWN RISK
GNU Lesser General Public License v2.1
1 stars 3 forks source link

Black hole effect #25

Closed lannonbr closed 2 years ago

lannonbr commented 2 years ago

If UwUbot enters general, have all other people in other voice channels get sucked into that channel.

To do this, iterate through all the voice channels, grab each member, and for each of them, grab their VoiceState and use the setChannel method to drag them in.

Saious119 commented 2 years ago

I think we can do this with VoiceChannel.Members.Voice.SetChannel()