Temporary deactivate voice sending as it is not usablern
Some checks failed
Dat_Boi upload to portainer / Deploy (push) Failing after 1m56s

This commit is contained in:
2025-07-31 13:06:42 +02:00
parent 1c4dcf427e
commit e196bb7115
2 changed files with 196 additions and 30 deletions

View File

@ -183,7 +183,7 @@ module.exports = async (client, oldState, voiceState) => {
const opusDecoder = new prism.opus.Decoder({
frameSize: 960,
channels: 1,
channels: 2,
rate: 48000,
});