mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-07 10:07:15 +00:00
ec63978ecf
* docs: replace legacy documentation shortlinks * style: format updated documentation URLs --------- Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
34 lines
834 B
YAML
34 lines
834 B
YAML
apiVersion: v1
|
|
kind: MessagePlatformAdapter
|
|
metadata:
|
|
name: kook
|
|
label:
|
|
en_US: KOOK
|
|
zh_Hans: KOOK
|
|
zh_Hant: KOOK
|
|
description:
|
|
en_US: KOOK Adapter (formerly KaiHeiLa)
|
|
zh_Hans: KOOK 适配器(原开黑啦),支持频道消息和私聊消息
|
|
zh_Hant: KOOK 適配器(原開黑啦),支援頻道訊息和私聊訊息
|
|
icon: kook.png
|
|
spec:
|
|
categories:
|
|
- china
|
|
help_links:
|
|
zh: https://langbot.app/docs/zh/usage/platforms/kook
|
|
en: https://langbot.app/docs/en/usage/platforms/kook
|
|
ja: https://langbot.app/docs/ja/usage/platforms/kook
|
|
config:
|
|
- name: token
|
|
label:
|
|
en_US: Bot Token
|
|
zh_Hans: 机器人令牌
|
|
zh_Hant: 機器人令牌
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
execution:
|
|
python:
|
|
path: ./kook.py
|
|
attr: KookAdapter
|