fix: Remove unused imports from opuslib in VoiceGatewayCog
This commit is contained in:
parent
743dd21860
commit
c0c65fe3d1
@ -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).")
|
||||
|
Loading…
x
Reference in New Issue
Block a user