I make a code that selfDeaf on a Music bot, but how about selfDeaf+serverDeaf at sametime ? I try to make it but i don't know how. Here is my selfDeaf code below
queueConstruct.connection = await channel.join();
await queueConstruct.connection.voice.setSelfDeaf(true);
Btw i try to change it.
queueConstruct.connection = await channel.join();
await queueConstruct.connection.voice.setSelfDeaf(true);
await queueConstruct.connection.voice.setServerDeaf(true);
But it didn't work tho