[壶言]一款各种自定义回复消息插件
-
更新了更新了,真难
-
难道就没有使用bug吗?不可能啊...
-
大佬,可以自定义命令吗,比如群里有两个bot分别学习不同的回复
-
@MeLioDas917 目前没有功能实现,但是可以实现你说的操作,通过两个不同的用户给予Session权限就可以实现
-
@Moyuyanli 好的,谢谢大佬
-
指定机器人能否指定多个机器人呀?config里面的机器人指定可以指定多个嘛?
-
@a969069062 为什么需要多个机器人了?多个机器的话插件数据会互通,但是两个机器人的数据又不一样
-
@a969069062 设计的时候,没想到,后来为了解决这个冲突就直接加了机器人识别
-
@a969069062 或许2.0会设计成独立数据吧
-
@firefairy 违禁词功能好了
-
@Moyuyanli 好滴,我试试先,感谢大佬
-
@Moyuyanli 功能是ok的,但只有精准匹配的话似乎使用场景又很少了...另外如果艾特人说脏话的话 没法实现禁言...感觉还是得设置模糊匹配
-
@firefairy 了解
-
@firefairy 你重新下一遍,我改了。
-
@Moyuyanli 好滴
-
@Moyuyanli 但是...指令...
-
@Moyuyanli 主要是想把两个不同群里的机器人分别调教,然后分别在各自的群里讲骚
-
@a969069062 不同群就用不同的作用域不就行了
-
此回复已被删除! -
不管发送什么消息后台都红色报错【群友正常聊天也报错发一句报一句】
2022-07-08 18:26:18 E/main: Exception in coroutine <unnamed>
java.lang.NullPointerException: Cannot invoke "cn.chahuyun.entity.ScopeInfoBase.getType()" because the return value of "cn.chahuyun.entity.SessionDataBase.getScopeInfo()" is null
at cn.chahuyun.event.MessageEventManager.isMessageWhereabouts(MessageEventManager.java:89)
at net.mamoe.mirai.event.EventChannel$subscribeAlways$2$1.invoke(EventChannel.kt:574)
at net.mamoe.mirai.event.EventChannel$subscribeAlways$2$1.invoke(EventChannel.kt:574)
at kotlinx.coroutines.InterruptibleKt.runInterruptibleInExpectedContext(Interruptible.kt:46)
at kotlinx.coroutines.InterruptibleKt.access$runInterruptibleInExpectedContext(Interruptible.kt:1)
at kotlinx.coroutines.InterruptibleKt$runInterruptible$2.invokeSuspend(Interruptible.kt:38)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:39)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)