feat: best voice ever

This commit is contained in:
2025-03-24 21:46:35 +01:00
parent 51d39d849b
commit 05809597b7
11 changed files with 57 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
FROM python:alpine
FROM python:slim-bookworm
RUN apt update && apt install -y ffmpeg
WORKDIR /aw-bot
@@ -7,6 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY bot /aw-bot/bot
COPY database /aw-bot/database
COPY sounds /aw-bot/sounds
COPY aw.py .
ENV BOT_TOKEN=""