diff --git a/Dockerfile b/Dockerfile index 9933823..5acebf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN pip install --no-cache-dir discord.py python-dotenv openai requests collections # Copy the bot script COPY /scripts/discordbot.py . diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 225bbeb..59e8e15 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,5 @@ discord.py openai python-dotenv +requests +collections \ No newline at end of file diff --git a/v2/requirements.txt b/v2/requirements.txt index 225bbeb..59e8e15 100644 --- a/v2/requirements.txt +++ b/v2/requirements.txt @@ -1,3 +1,5 @@ discord.py openai python-dotenv +requests +collections \ No newline at end of file