first switch to nextcord

This commit is contained in:
jsl12
2022-01-21 17:53:54 -06:00
parent 53cec40d89
commit 334b6596ea
6 changed files with 15 additions and 12 deletions

View File

@@ -3,11 +3,13 @@ FROM python:latest
RUN python -m pip install --upgrade pip
RUN pip install pandas
RUN pip install discord.py
# RUN pip install discord.py
RUN pip install nltk
RUN python -m nltk.downloader -d /usr/local/share/nltk_data all
RUN pip install python-dotenv
RUN pip install nextcord
WORKDIR /usr/src/app
COPY ./ ./