-
I intend to participate again this year.
If you are wondering why I used the word "again" in the previous sentence, it may help to understand that the account I was using last year has since been con…
-
![image](https://github.com/satorijs/satori/assets/30586004/c1d1e0b6-e410-4f8b-8527-850dea056d86)
![image](https://github.com/satorijs/satori/assets/30586004/790ec75b-fab5-444a-a72c-b25ec588a845)
…
-
```
2023-10-11T21:42:02.903+08:00 ERROR 3386134 --- [atcher-worker-2] l.f.s.kook.bot.client.jqdlyHK85xe1i5Bo : Session received frame failed: Channel was closed, try reconnect.
kotlinx.coroutine…
-
-
### Describe the bug
解析 `[` `]` ``` ` ``` `-` 这四个字符有误
其中 `-` 只有在连续的时候才会解析错误,例如 `test -adb text` 这条指令正常解析,但是 `test --gamma=1` 这条指令解析就有问题
### Steps to reproduce
在 KOOK 输入指令
```
echo 1:[ 2:] 3:`…
-
背景:今天(2023.10.23)一部分(或者全部)bot无法发送图片,频道内发送图片会收到`由于服务器维护,暂时无法 进行此操作,带来不便请谅解`的返回。这个错误信息没有返回到onebot
kookonebot这边的日志
```
2023-10-23 20:30:00.977 INFO kook_onebot::kook_onebot: 发送KOOK_POST:/message/…
-
通用的 Bot 方法并没有返回 msgId,必须通过
```
const messageId = await session.kook.createMessage({
target_id: session.channelId,
type: Kook.Type.Text,
content: "test",
}).…
-
### Describe the bug
当发送的消息中包含图片时,图片并不会发出,后台报错。对于单张图片,Bot 不会发送任何消息;对于混合消息段,Bot 只会发送文本。无论 `handleMixedContent` 为 `separate` 还是 `card` 均无法发送。
### Steps to reproduce
#### 链接图片
1. 安装 `tex` 插件
…
-
### 描述 Description
@huanghongxun
将 HMCL KOOK Gold Fish 分组已部署的 Github Actor https://github.com/burningtnt/GithubActor 机器人接入 HMCL,需要一个 Access Token
### 原因 Why
这可以在**不给予 collaborator 这一较为危险的权限…
-
### 在提问之前...
- [X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
- [X] 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
- [X] 我已查看master branch或最新测试版的更新内容,并未提及该 bug 已被修复的情况
- [X] 已有issue中…