-
### 版本号
v3.1.0
### 附加版本
simbot-component-kook-core:3.0.0.0-alpha.6
### 涉及的编程语言
Java
### 项目构建工具
Gradle
### 涉及的组件库
KOOK
### 问题描述
解析一些格式的CardMessage失败
### 复现方式
将下文消息发送到一个监听的频道中,即可稳定复现
…
-
### Describe the bug
参考 #341 的方案,将 segment 改为 h,发送之后没有反应
### Steps to reproduce
```typescript
await session.send( h('card', { content: JSON.stringify({ type: 'card', theme: 'primary', size: 'lg', …
-
### 版本号
v3.1.0
### 附加版本
// https://mvnrepository.com/artifact/love.forte.simbot.boot/simboot-core-spring-boot-starter
implementation("love.forte.simbot.boot:simboot-core-spring-boot-starter:3.…
-
### What feature or enhancement do you need? 你需要什么功能或增强?
使用webhook模式太过繁琐,本地开发需要做隧穿,比较麻烦,因此希望能使用websocket作为通讯方式,减轻开发负担
考虑到后续在对接上可能要进行横向扩展,因此考虑在axbot事件处理框架的基础上,引入simpler-robot重构机器人对接的模块,提供横向扩展的能力
…
-
### 版本号
3.2.0
### 附加版本
// https://mvnrepository.com/artifact/love.forte.simbot.component/simbot-component-qq-guild-core
implementation("love.forte.simbot.component:simbot-component-qq-guild-core:3…
-
### 版本号
v3.1.0
### 涉及的编程语言
Java
### 涉及的组件库
_No response_
### 疑问描述
在springboot中能否获取到classpath:simbot-bots/xxx.json的某个配置项?我希望在同一个地方定义和bot相关的配置项,但是不确定在springboot的其他位置能否获取到这些配置项?
-
例如如下代码,status code 400并非**unexpected**。根据定义,抛出ActionFailed是否更合适?
```python
try:
result = await bot.get_chat(chat_id=114514)
print(result)
except Exception as e:
…
-
### 文档的具体地址?
无
### 你认为有问题的文档内容
无
### 你期望的结果?
添加对于 "动作消息" 的消息事件的格式描述
-
### Discussed in https://github.com/orgs/simple-robot/discussions/100
Originally posted by **HeilantG** March 8, 2023
### 涉及的编程语言
Java
### 涉及的组件库
kook
### 疑问描述
希望实现下列功能
1. 获…
-
**Describe the bug**
使用 fetch_user_list 报错
**To Reproduce**
```python
if not isinstance(public_channel, PublicVoiceChannel):
return
users = await public_channel.fetch_user_list()
```
…