这个是每个群订阅独立的吗
cheeeeeeen 发布的帖子
-
RE: Teamspeak3服务器事件监听播报插件
@4Godsake
收到收到,我试试
可以正常使用了,很爽,突然想到,能不能整成可以自定义多种上下线模板,触发的时候随机调用这种XD -
RE: Teamspeak3服务器事件监听播报插件
目前遇到这个报错,有几个问题想问下,ts服务器填写有格式要求吗,目前看到可以正常读取配置,但是无法登录。配置里面提到的账号和密码,是否指的是服务器内对应的昵称和服务器密码,需要注册ts账号吗?还是说一定要有admin权限才能连接上 -
RE: NovelAi插件 可字转图,图推图
@EvolvedGhost 确实卡和bot不一定在一个机子上,单开一个bot有点麻烦。屏蔽的话,新版本里面那个配置有过滤吧,不过还没有试
-
RE: 简单的发图(关键词+本地图库),搜图插件(以及一些小功能)
![54(XC37XGTV[%FJ[3W2GMF.png
/添加图片 指令可以成功,但是使用设置好的指令要求发送图片时会报这个错,mirai版本是2.12.0
是不是要加单引号,但是我添加了单引号,启动后会把单引号去掉 -
RE: DrawMeme - 基于Skiko的奇怪的图片生成器
使用fix版本,发送两个emoji之后会报错
2022-02-23 17:21:40 E/DrawMeme Exception in coroutine Plugin org.laolittle.plugin.draw.DrawMeme of DrawMeme
java.lang.NoClassDefFoundError: io/ktor/util/reflect/TypeInfoJvmKt
at org.laolittle.plugin.draw.GeneralKt$supportedEmojis$2$1.invokeSuspend(General.kt:118)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at org.laolittle.plugin.draw.GeneralKt$supportedEmojis$2.invoke(General.kt:63)
at org.laolittle.plugin.draw.GeneralKt$supportedEmojis$2.invoke(General.kt:62)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at org.laolittle.plugin.draw.GeneralKt.getSupportedEmojis(General.kt:62)
at org.laolittle.plugin.draw.GeneralKt.getEmojiMix(General.kt:43)
at org.laolittle.plugin.draw.DrawMeme$onEnable$2$4$1.invokeSuspend(DrawMeme.kt:386)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
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)
Caused by: java.lang.ClassNotFoundException: io.ktor.util.reflect.TypeInfoJvmKt
at net.mamoe.mirai.console.internal.plugin.JvmPluginClassLoader.findClass$mirai_console(JvmPluginClassLoader.kt:110)
at net.mamoe.mirai.console.internal.plugin.JvmPluginClassLoader.findClass(JvmPluginClassLoader.kt:51)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 39 moreSkikoMirai版本为1.0.1