chore: config for discord

This commit is contained in:
Junyan Qin
2025-02-02 16:28:21 +08:00
parent 21f16ecd68
commit 5381e09a6c
5 changed files with 73 additions and 2 deletions

View File

@@ -42,6 +42,12 @@
"app_id": "cli_abcdefgh",
"app_secret": "XXXXXXXXXX",
"bot_name": "LangBot"
},
{
"adapter": "discord",
"enable": true,
"client_id": "1234567890",
"token": "XXXXXXXXXX"
}
],
"track-function-calls": true,