From 30b19befe12b3e3b9bd785c12e8a73eaf5587dde Mon Sep 17 00:00:00 2001 From: Jonathan Jara Date: Fri, 18 Apr 2025 16:17:35 -0700 Subject: [PATCH] fix? --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 87effa6..b004111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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