-
Using v3.5.1, I'm sending a message after connection using the following Kotlin code:
```
client.chatRooms().update.find { it.name == "bot-test" }?.id?.also {
cl…
-
Remove deprecated RealmObjectId
-
Trying to print Log:
```kotlin
val bot = bot {
...
logLevel = LogLevel.All()
}
```
But:
```
Exception in thread "pool-1-thread-2" java.lang.NoSuchMethodError: 'void okht…
-
### 问题描述
看样子群(666522150)可能是在2022-10-1313:06:22解散的,因为该异常最早发生在此时,后续2022-10-13 21:00:19以及2022-10-13 21:05:39以及2022-10-13 21:31:17又发生了3次。
看样子异常是因为bot收到MemberLeaveEvent.Quit事件后发送退群提示消息,但群已经没了,所以发送失败导致的异常…
-
### 问题描述
之前使用的是core 2.14.0 但是这个版本总提示安全环境登录, 切换为了新版。 从2.15.0-M1 开始。 导入pom文件之后,并不能读取BOT对象。 点开BOT对象,提示 import kotlin.Metadata; Metadata为红色,未找到。 可能是我的原因,我查阅各种资料后,并没有找到解决办法。 请帮我指出来我的问题。谢谢
![QQ图片20240…
-
**Is your feature request related to a problem? Please describe.**
Right now there is no guide on how to deploy the project.
**Describe the solution you'd like**
Write a guide about how to deploy…
-
**Expected behavior**
edited_message must be handled.
**Actual behavior**
edited_message not handled.
**To Reproduce**
just edit an existing message.
dispatch { message {} } won't work.
*…
-
### 问题描述
使用Mirai 2.13.0 版本 登录滑块验证码后提示
看了一眼论坛也有其他人出现此情况
怀疑是最新的风控
已尝试过论坛的 [无法登录的临时处理方案](https://mirai.mamoe.net/topic/223/%E6%97%A0%E6%B3%95%E7%99%BB%E5%BD%95%E7%9A%84%E4%B8%B4%E6%97%B6%E5%A4%84%E…
-
### gh and jq
List all workflows with name containing `test`:
```
gh workflow list --json name --jq '.[] .name' | grep test
```
List all workflows runs that are in progress:
```
gh run …
-
it will be much better if you move all the constants related to the ID channels, IDs of some server members, and so on in one place in the form of constants, this will not only make the code easier to…