2.4.2 • Published 1 year ago

koishi-plugin-relay v2.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

koishi-plugin-relay

Koishi 消息转发器 +1,具有匿名性。

安装

npm

npm install koishi-plugin-relay

直接安装

https://cdn02.moecube.com:444/nanahira/koishi-plugin/relay/index.js 下载即可。

配置

部分配置见 koishi-target-def 的定义。

# koishi.yaml
plugins:
  relay:foo:
    from: # 从这里接收
      bot: 'onebot:1111111111'
      users:
        - '2222222221'
    to: # 发送到这里
      bot: 'onebot:1111111111'
      users:
        - '2222222222'
    cc: # 同时发送给,会带上前缀
      - bot: 'onebot:1111111111'
        users:
          - '2222222223'
2.4.2

1 year ago

2.3.0

1 year ago

2.2.0

2 years ago

2.4.1

1 year ago

2.4.0

1 year ago

2.1.2

2 years ago

2.0.3

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago