mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 05:20:57 +00:00
fix(platform.json): discord enabled by default
This commit is contained in:
committed by
GitHub
parent
e1e21c0063
commit
1d91faaa49
@@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"adapter": "discord",
|
"adapter": "discord",
|
||||||
"enable": true,
|
"enable": false,
|
||||||
"client_id": "1234567890",
|
"client_id": "1234567890",
|
||||||
"token": "XXXXXXXXXX"
|
"token": "XXXXXXXXXX"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user