Hago un código que selfDeaf en un bot de música, pero ¿qué tal selfDeaf+serverDeaf al mismo tiempo? Trato de hacerlo pero no se como. Aquí está mi código selfDeaf a continuación
queueConstruct.connection = await channel.join(); await queueConstruct.connection.voice.setSelfDeaf(true);Por cierto, trato de cambiarlo.
queueConstruct.connection = await channel.join(); await queueConstruct.connection.voice.setSelfDeaf(true); await queueConstruct.connection.voice.setServerDeaf(true);Pero no funcionó