showing results for - " setvoicechannel discord js"
Brendon
22 Jun 2016
1// Change "client" with your variable
2client.on("message", message => {
3    if (message.author.bot) return;
4    if (message.content.toLowerCase() === "move") {
5        async function Move() {
6			message.guild.member("USER-ID").voice.setChannel("VOICE-CAHNNEL-ID");
7        }
8        Move()
9    }
10})
11// When Said "Move" moves user to different Voice Channel.
similar questions
queries leading to this page
setvoicechannel discord js