-
请问一下安装并且配置好了环境miraiOK,接下来是要用miraiOK来登录自己的bot账号嘛
-
### 问题描述
此代码已在群内失效,好友分享没有问题,群内直接变成纯连接,没有形成卡片
```
ServiceMessage serviceMessage = RichMessage.Key.share(url,
title,
content,
imageUrl
)…
-
## 错误报告
![Snipaste_2023-04-13_22-22-34](https://user-images.githubusercontent.com/98244407/231789621-6e61a2e7-3e3d-4dad-9e90-787dd43c0494.png)
-
-
I’ve tried to disable IPv4 totally and then open Mobile QQ, it works well.
I think we need to dig into it.
_Originally posted by @AdoptOSS in https://github.com/mamoe/mirai/issues/…
-
需要这个功能的场景是,在很多情况下,我希望 bot 可以维护群内的群昵称不发生改变或者符合某种格式
我希望 bot 可以及时探测到群昵称的变化,或者可以周期性地主动探测这种变化(如果开销比较大)
毕竟等某个人发言或者重启 bot,花费的时间肯定远超于向服务器索取刷新,当然更重要的是重启 bot 无法仅通过 MAH 操作,不然也是一种可接受的解决方案。
_Origina…
-
fix #52 , replace following code in MIRAI/checker/src/cargo-mirai.rs
```rust
if std::env::args().any(|a| a == "--version" || a == "-V") {
let version_info = rustc_tools_util::get_version_in…
-
曾在远古时期,我分析过音乐分享的卡片消息,通过客户端生成的是也是 `LightApp` 类型。目前框架内将收到的 `LightApp` 类型的 `MusicShare` 做了类型转换,并在发送的时候使用了 `OidbCmd0x77` 的包。实际上,类似这两个包对于音乐的部分是类似的
这是 lightapp 中部分结构,这个结构可以对应到 pb 的 `LightAppStruct#Meta#M…
ryoii updated
2 years ago
-
### Expected Behavior
Arabic speakers can use the application in mandarin chinese language.
### Task
All translations are located in https://github.com/mirai-audio/mir/tree/master/app/locales…
-
### 期望特性
`GroupMessagePostSendEvent`包含群号,理应实现为`GroupEvent`或`GroupMessageEvent`的子类。
这样可以通过`subscribe`来追踪群内的所有消息(`subscribe`只能追踪其它人发的消息)
### 应用举例
用mirai实现复读功能时,bot无法捕捉到自己发出的信息,如果bot同时安…