feat(discord): Use discord.py for stable discord channel (#2486)

Co-authored-by: Pares Mathur <paresh.2047@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Paresh Mathur
2026-03-31 19:26:07 +08:00
committed by Xubin Ren
co-authored by Pares Mathur gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent b94d4c0509
commit 0506e6c1c1
4 changed files with 1061 additions and 300 deletions
+3
View File
@@ -67,6 +67,9 @@ matrix = [
"mistune>=3.0.0,<4.0.0",
"nh3>=0.2.17,<1.0.0",
]
discord = [
"discord.py>=2.5.2,<3.0.0",
]
langsmith = [
"langsmith>=0.1.0",
]