Remove closing
This commit is contained in:
@@ -167,9 +167,6 @@ class NoiseGateStream(discord.AudioSource):
|
||||
LOGGER.debug(f"Frames in fadeout remaining: {self.NG_fadeout_count}")
|
||||
self.process_set_count += 1
|
||||
if curr_buffer:
|
||||
if self.NG_fadeout_count == 0:
|
||||
voice_connection.stop()
|
||||
LOGGER.debug(f"Fadeout concluded, stopping voice")
|
||||
return bytes(curr_buffer)
|
||||
|
||||
except OSError as e:
|
||||
|
||||
Reference in New Issue
Block a user