reorganize

This commit is contained in:
ian 2024-03-13 13:02:15 -06:00
parent 39eba04459
commit 59c56094c8
9 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.12-slim
RUN mkdir -p /app
COPY py/. /app
COPY bot/. /app
WORKDIR /app
RUN pip install -r requirements.txt
ENTRYPOINT ["python", "-u", "bot.py"]

0
bot/cogs/future.py Normal file
View File