MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接

    [壶言]一款各种自定义回复消息插件

    插件发布
    java jvm 自定义回复 群管 自定义
    20
    124
    29691
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Moyuyanli
      Moyuyanli 摸鱼 last edited by

      更新了更新了,真难

      1 Reply Last reply Reply Quote 0
      • Moyuyanli
        Moyuyanli 摸鱼 last edited by

        难道就没有使用bug吗?不可能啊...

        1 Reply Last reply Reply Quote 0
        • M
          MeLioDas917 last edited by

          大佬,可以自定义命令吗,比如群里有两个bot分别学习不同的回复

          Moyuyanli 1 Reply Last reply Reply Quote 0
          • Moyuyanli
            Moyuyanli 摸鱼 @MeLioDas917 last edited by

            @MeLioDas917 目前没有功能实现,但是可以实现你说的操作,通过两个不同的用户给予Session权限就可以实现

            M 1 Reply Last reply Reply Quote 0
            • M
              MeLioDas917 @Moyuyanli last edited by

              @Moyuyanli 好的,谢谢大佬

              1 Reply Last reply Reply Quote 0
              • A
                a969069062 last edited by

                指定机器人能否指定多个机器人呀?config里面的机器人指定可以指定多个嘛?

                Moyuyanli 3 Replies Last reply Reply Quote 0
                • Moyuyanli
                  Moyuyanli 摸鱼 @a969069062 last edited by

                  @a969069062 为什么需要多个机器人了?多个机器的话插件数据会互通,但是两个机器人的数据又不一样

                  A 1 Reply Last reply Reply Quote 0
                  • Moyuyanli
                    Moyuyanli 摸鱼 @a969069062 last edited by

                    @a969069062 设计的时候,没想到,后来为了解决这个冲突就直接加了机器人识别

                    1 Reply Last reply Reply Quote 0
                    • Moyuyanli
                      Moyuyanli 摸鱼 @a969069062 last edited by

                      @a969069062 或许2.0会设计成独立数据吧

                      1 Reply Last reply Reply Quote 0
                      • Moyuyanli
                        Moyuyanli 摸鱼 @firefairy last edited by

                        @firefairy 违禁词功能好了

                        F 2 Replies Last reply Reply Quote 0
                        • F
                          firefairy @Moyuyanli last edited by

                          @Moyuyanli 好滴,我试试先,感谢大佬

                          1 Reply Last reply Reply Quote 0
                          • F
                            firefairy @Moyuyanli last edited by

                            @Moyuyanli 功能是ok的,但只有精准匹配的话似乎使用场景又很少了...另外如果艾特人说脏话的话 没法实现禁言...感觉还是得设置模糊匹配

                            Moyuyanli 2 Replies Last reply Reply Quote 0
                            • Moyuyanli
                              Moyuyanli 摸鱼 @firefairy last edited by

                              @firefairy 了解

                              1 Reply Last reply Reply Quote 0
                              • Moyuyanli
                                Moyuyanli 摸鱼 @firefairy last edited by

                                @firefairy 你重新下一遍,我改了。

                                F 2 Replies Last reply Reply Quote 0
                                • F
                                  firefairy @Moyuyanli last edited by

                                  @Moyuyanli 好滴

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    firefairy @Moyuyanli last edited by

                                    @Moyuyanli 但是...指令...

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      a969069062 @Moyuyanli last edited by

                                      @Moyuyanli 主要是想把两个不同群里的机器人分别调教,然后分别在各自的群里讲骚

                                      Moyuyanli 1 Reply Last reply Reply Quote 0
                                      • Moyuyanli
                                        Moyuyanli 摸鱼 @a969069062 last edited by

                                        @a969069062 不同群就用不同的作用域不就行了

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          chenyang last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            chenyang last edited by

                                            不管发送什么消息后台都红色报错【群友正常聊天也报错发一句报一句】
                                            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)

                                            Moyuyanli tsudzuki 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 3 / 7
                                            • First post
                                              Last post
                                            Powered by Mamoe Technologies & NodeBB | 友情链接 | 服务监控 | Contact