Results 5 issues of Merlin

无法播放音乐 ![image](https://user-images.githubusercontent.com/37311477/197610280-8d2b91ac-27e9-42e2-a1c3-a38d8ba31a7a.png)

环境:`python3.11` `bilibili_api.__init__.py`中 ```python BILIBILI_API_VERSION = "16.1.1" # 如果系统为 Windows,则修改默认策略,以解决代理报错问题 if "windows" in platform.system().lower(): asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) # type: ignore ``` 此处代码会导致一些默认使用`WindowsProactorEventLoopPolicy`的第三方库报错,如:`nonebot`中`_make_subprocess_transport`继承自`WindowsProactorEventLoopPolicy`

environment

更新了API 添加了类型注释 改为了异步请求 添加了搜索视频的方法

### Lagrange项目 Core ### 新需求内容 表态回复以及表态事件

enhancement

### 请确保您已阅读以上注意事项,并勾选下方的确认框。 - [X] 我已经仔细阅读上述内容 - [X] 我已经使用 [最新构建](https://github.com/LagrangeDev/Lagrange.Core/actions/) 测试过,问题依旧存在。 - [X] 我已经在 [Issue Tracker](https://github.com/LagrangeDev/Lagrange.Core/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。 - [X] 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问) ### Lagrange项目 Core ### 所使用/依赖的Lagrange项目对应的commit 8aee49a4b332e9eacab5dd4b2378166e0870128f ###...

bug?