From 58665921a4f233e278cd7f95e123abe0d4bca7e9 Mon Sep 17 00:00:00 2001 From: heaven Date: Tue, 2 Jun 2026 02:01:36 +0300 Subject: [PATCH] feat(bots): list the Vojo AI bot first in the bots catalog --- config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 08d43522..ecc8c242 100644 --- a/config.json +++ b/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": {