-
错误信息在下一条comment(隐私信息已隐藏),在断网后重连无法正常接收到kook方向的信息
`import nonebot
from nonebot.adapters.kaiheila import adapter as KaiheilaAdapter
nonebot.init()
driver = nonebot.get_driver()
driver.register_a…
-
在私聊中邀请bot时出现。
```
Session flow on error: Unknown event type property: "SYS_MSG"
love.forte.simbot.kook.event.KookSignalException: Unknown event type property: "SYS_MSG"
at love.forte.sim…
-
昨天在自己的服务器上把两个Bot都跑起来了,总结一下我配置Discord Bot时的流程。非科班程序员出身,如果有写得不严谨、不标准或者不到位的地方还请批评指正。
因为我是先配置的Discord Bot,所以在[Kook Bot](https://github.com/Diablohu/fly-dbh-kook-bot)配置完成前,我注释掉了Discord Bot里发送数据的代码,转为在终端…
-
## Why I'm refactoring the project
- This project is based on the code I submitted **more than two years ago**, most of its fundamental components are built in a legacy way, and we need to find bette…
-
使用的是aiohttp驱动器,也在`.env`配置了
```
fastapi_reload=False
```
控制台输出:
```
07-10 17:29:35 [SUCCESS] nonebot | NoneBot is initializing...
07-10 17:29:35 [INFO] nonebot | Current Env: prod
07-10 17:29:3…
-
Will this project provide a method to self host the bot via docker or something else?
-
-
建议启用KOOK平台作为通讯交流工具,原因如下
- 相比qqbot可以更好的转发服务器消息(不会和群内交流混淆)
- 方便公告的发布
- 语音交流系统的实现。
CC @inclyc @SUIBING112233
-
**Describe the bug**
根据 https://github.com/TWT233/khl.py/issues/231 这里的描述,我在其中一个命令中注册了通用错误处理器,但是在另外一个命令中,在正确执行命令后,又必定匹配到 `khl.command.exception.Exceptions.Lexer.NotMatched` 的错误,导致回复异常消息
**To Repro…
-
### What feature or enhancement do you need? 你需要什么功能或增强?
对V2版本,需要在已有的基础上对core包进行重构
> v2版本指的是v1版本完成计划中的更新后进行的更新,对应tag为v2.x
目前需要明确以下的重构需求:
- [x] 设定v3的重构包为app,core不再接受代码更新,可用的代码进行迁移
- [x] 使用框架重构…