yobot_remix icon indicating copy to clipboard operation
yobot_remix copied to clipboard

yobot魔改版,支持新版会战

Results 12 yobot_remix issues
Sort by recently updated
recently updated
newest added

下载zip后,首先使用powershell运行yobot-gocqhttp-auto.ps1文件 输入bot账号密码以及端口后,读取web响应后几秒后,报错闪退,如图 恳请大佬解答! ![QQ图片20230421133339](https://user-images.githubusercontent.com/96625664/233548680-d085bcdd-032f-498c-9849-4e3cf91b45f6.jpg)

由于性能等原因最近不得不使用[NapCat](https://github.com/NapNeko/NapCatQQ/)作为qqbot端,发现如下问题。 *在以前gocq下,不出现以下描述的问题。 ```ybplugins/clan_battle/components/realize.py```中: 1. 发送出刀提醒```send_remind()```群聊发送时报错,导致无法正常通过网页端提醒出刀。 2. 预约提醒```subscribe_remind()```发送时报错,导致不能提醒预约。 3. 下树```take_it_of_the_tree()```报错,不能提醒下树。 看了下它们都是在同步函数里用asyncio.ensure_future()调api,报错都类似于: ```ERROR in base_events: Task exception was never retrieved future: Traceback (most recent call last): File "C:\Users\Administrator\Desktop\yobot_remix\venv_for_yobot\env\lib\site-packages\aiocqhttp\api_impl.py", line 191, in call_action...