Skip to content

Commit 7f3f9ca

Browse files
Fix renames
1 parent ceef5db commit 7f3f9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/voice_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ def unpack_audio(self, data):
700700
data = RawData(data, self)
701701

702702
if data.decrypted_data == b"\xf8\xff\xfe": # Frame of silence
703+
print("silence??")
703704
return
704705

705706
self.decoder.decode(data)

0 commit comments

Comments
 (0)