feat: add Discord bot support

This commit is contained in:
adminlove520
2026-01-22 16:38:53 +08:00
parent aba6e8a715
commit e58750eb5d
2 changed files with 3 additions and 0 deletions

BIN
discord_bot.py Normal file

Binary file not shown.

View File

@@ -37,3 +37,6 @@ httpx[socks] # HTTP 客户端 + SOCKS 代理支持OpenAI 可
# 数据库
# SQLite 是 Python 内置,无需额外安装
# Discord 机器人
discord.py>=2.0.0 # Discord 机器人开发库