updated bot version

This commit is contained in:
2026-03-11 20:51:11 +00:00
parent b9ddeb5303
commit ffaae146ac
6 changed files with 222 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY bot.py .
COPY config.py .
COPY update_checker.py .
# Create DB directory
RUN mkdir -p /app/DB