Disconnect
I’ve never seen an option/endpoint to disconnect users from Voice Channels in the api, it might already be a thing idk.
15
-
From what I know, it is not possible to disconnect a user from a voice channel.
0 -
Panicakr, when you right click on a user in a voice channel as an admin there is an option to disconnect them.
0 -
Ah my bad. I recommended joining the Discord server for whichever library you're using and ask that question there, they can be a lot more useful when you're stuck.
0 -
You do a request as if you're changing their voice channel, but set the channel id to null
PATCH https://discordapp.com/api/v7/guilds/:id/members/:id
Body: { channel_id: null }
0
Iniciar sesión para dejar un comentario.
Comentarios
4 comentarios