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": "/"
|
||||
},
|
||||
"bots": [
|
||||
{
|
||||
"id": "vojo-ai",
|
||||
"mxid": "@ai:vojo.chat",
|
||||
"name": "Vojo AI",
|
||||
"experience": {
|
||||
"type": "ai-chat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "telegram",
|
||||
"mxid": "@telegrambot:vojo.chat",
|
||||
|
|
@ -43,14 +51,6 @@
|
|||
"url": "https://widgets.vojo.chat/whatsapp/index.html",
|
||||
"commandPrefix": "!wa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "vojo-ai",
|
||||
"mxid": "@ai:vojo.chat",
|
||||
"name": "Vojo AI",
|
||||
"experience": {
|
||||
"type": "ai-chat"
|
||||
}
|
||||
}
|
||||
],
|
||||
"push": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue