This commit is contained in:
Jonathan Jara 2025-04-18 16:17:35 -07:00
parent c95f4499e4
commit 30b19befe1

View File

@ -17,5 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python -c "import discord.opus as opus; opus.load_opus(); print('✅ Opus loaded:', opus.is_loaded())"
CMD python bot.py