chore: schizo

This commit is contained in:
2025-06-10 14:09:17 +02:00
parent ced26fcb59
commit 63fb12dbba
5 changed files with 3139 additions and 23 deletions

View File

@@ -11,6 +11,7 @@ COPY requirements.txt .
RUN /bot-env/bin/pip install --no-cache-dir -r requirements.txt
COPY bot /aw-bot/bot
COPY chat /aw-bot/chat
COPY database /aw-bot/database
COPY sounds /aw-bot/sounds
COPY aw.py .