pushing changes

This commit is contained in:
2025-01-06 19:44:47 -08:00
parent 1d390685a6
commit 65c981f889
2 changed files with 42 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Install required packages
RUN pip install --no-cache-dir discord.py python-dotenv openai requests
RUN pip install --no-cache-dir discord.py python-dotenv openai requests asyncio
# Copy the bot script
COPY /scripts/discordbot.py .