This commit is contained in:
@@ -168,7 +168,7 @@ class VoiceCog(commands.Cog):
|
|||||||
raise commands.CommandError("Opus not loaded.")
|
raise commands.CommandError("Opus not loaded.")
|
||||||
# --- Discord Bot Manager Class ---
|
# --- Discord Bot Manager Class ---
|
||||||
class DiscordBotManager:
|
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.token = None
|
||||||
self.device_id = device_id
|
self.device_id = device_id
|
||||||
self.ng_threshold = ng_threshold
|
self.ng_threshold = ng_threshold
|
||||||
|
|||||||
Reference in New Issue
Block a user