mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
Fx
This commit is contained in:
@@ -110,7 +110,7 @@ class SRBuffer(voice_recv.AudioSink):
|
|||||||
self.wavewriter.pop(username)
|
self.wavewriter.pop(username)
|
||||||
|
|
||||||
def rotate_user(self,username):
|
def rotate_user(self,username):
|
||||||
self.wavewriter[username].rotate()
|
self.wavewriter[str(username)].rotate()
|
||||||
|
|
||||||
def wants_opus(self) -> bool:
|
def wants_opus(self) -> bool:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user