Fix default device PA ID
Some checks failed
Lint / lint (pull_request) Failing after 42s

This commit is contained in:
Logan Cusano
2025-08-02 00:28:57 -04:00
parent 22abbbb2a8
commit 237a767af5

View File

@@ -168,7 +168,7 @@ class VoiceCog(commands.Cog):
raise commands.CommandError("Opus not loaded.")
# --- Discord Bot Manager Class ---
class DiscordBotManager:
def __init__(self, device_id: int = 0, ng_threshold: int = 50):
def __init__(self, device_id: int = 1, ng_threshold: int = 50):
self.token = None
self.device_id = device_id
self.ng_threshold = ng_threshold