Parcourir la source

pin discord.py version

Kirk Trombley il y a 8 mois
Parent
commit
60a67090ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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