feat(bots): list the Vojo AI bot first in the bots catalog
This commit is contained in:
parent
185d0a60a7
commit
58665921a4
1 changed files with 8 additions and 8 deletions
16
config.json
16
config.json
|
|
@ -15,6 +15,14 @@
|
||||||
"basename": "/"
|
"basename": "/"
|
||||||
},
|
},
|
||||||
"bots": [
|
"bots": [
|
||||||
|
{
|
||||||
|
"id": "vojo-ai",
|
||||||
|
"mxid": "@ai:vojo.chat",
|
||||||
|
"name": "Vojo AI",
|
||||||
|
"experience": {
|
||||||
|
"type": "ai-chat"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "telegram",
|
"id": "telegram",
|
||||||
"mxid": "@telegrambot:vojo.chat",
|
"mxid": "@telegrambot:vojo.chat",
|
||||||
|
|
@ -43,14 +51,6 @@
|
||||||
"url": "https://widgets.vojo.chat/whatsapp/index.html",
|
"url": "https://widgets.vojo.chat/whatsapp/index.html",
|
||||||
"commandPrefix": "!wa"
|
"commandPrefix": "!wa"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "vojo-ai",
|
|
||||||
"mxid": "@ai:vojo.chat",
|
|
||||||
"name": "Vojo AI",
|
|
||||||
"experience": {
|
|
||||||
"type": "ai-chat"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"push": {
|
"push": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue