fix?
This commit is contained in:
parent
30b19befe1
commit
e1332cdf47
@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN python -c "import discord.opus as opus; opus.load_opus(); print('✅ Opus loaded:', opus.is_loaded())"
|
RUN python -c "import discord.opus as opus; opus.load_opus(/usr/lib/libopus.so.0.10.1); print('✅ Opus loaded:', opus.is_loaded())"
|
||||||
|
|
||||||
CMD python bot.py
|
CMD python bot.py
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user