feat(bots): list the Vojo AI bot first in the bots catalog

This commit is contained in:
heaven 2026-06-02 02:01:36 +03:00
parent 185d0a60a7
commit 58665921a4

View file

@ -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": {