fix: Remove unused imports from opuslib in VoiceGatewayCog

This commit is contained in:
Slipstream 2025-05-30 21:42:50 -06:00
parent 743dd21860
commit c0c65fe3d1
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -20,7 +20,6 @@ except ImportError:
try:
from opuslib import Decoder as OpusDecoder
from opuslib import OPUS_APPLICATION_VOIP, OPUS_SIGNAL_VOICE
except ImportError:
import traceback
print("opuslib library not found. Please install with 'pip install opuslib' (requires Opus C library).")