Skip to content

Commit ff9de5e

Browse files
committed
Remove music cleanup script and update Dockerfile to Python 3.14.
1 parent bc04b30 commit ff9de5e

5 files changed

Lines changed: 3 additions & 21 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.14-slim
22

33
WORKDIR /app
44

img/.placeholder

Whitespace-only changes.

music/.placeholder

Whitespace-only changes.

music/cleanmusic.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Discord Bot Framework
22
py-cord>=2.6.1
3+
audioop-lts # Required for py-cord on Python 3.13+
34

45
# Environment & Configuration
56
python-dotenv
67

78
# HTTP Client
89
aiohttp
910

10-
11-
# AI/ML - Cerebras (replacing Gemini)
11+
# AI/ML - Cerebras
1212
cerebras_cloud_sdk
13-
# google-genai
14-

0 commit comments

Comments
 (0)