Ver código fonte

pin discord.py version

Kirk Trombley 8 meses atrás
pai
commit
60a67090ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile.discord

+ 1 - 1
Dockerfile.discord

@@ -22,6 +22,6 @@ RUN pip3 install -e /app/commands
 
 COPY ./drivers/discord_driver.py .
 
-RUN pip3 install discord.py toml
+RUN pip3 install "discord.py==2.4.0"
 
 CMD python3 discord_driver.py