wikwoj
wikwoj

Reputation: 203

How to connect user to voice channel?

Is there a way to connect user(not bot) to a voice channel, even if he is not connected to any voice channel?

I have already tried user.move_to(channel) but this only works when user is already connected to some voice channel.

I expect connecting an user to voice channel, although he wasn't connected to any.

Upvotes: 1

Views: 777

Answers (1)

BrainDead
BrainDead

Reputation: 795

No it is not possible.

From docs:

Moves a member to a new voice channel (they must be connected first).

It's not the API but the Discord devs themselves who disabled this, probably to avoid abuse of the function.

Upvotes: 1

Related Questions