chore(discord): replace Telegram with Discord integration (discord.py)

This commit is contained in:
2026-03-01 22:37:15 -05:00
parent 0120bd8b1b
commit 2344f7cff5
3 changed files with 651 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ requires-python = ">=3.11"
dependencies = [
"anthropic",
"elevenlabs",
"python-telegram-bot",
"discord.py",
"dearpygui",
]