Navigation

    MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    1. Home
    2. Karlatemp
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 20
    • Best 1
    • Groups 1

    Karlatemp

    @Karlatemp

    0
    Reputation
    16
    Profile views
    20
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Karlatemp Follow
    Admin

    Best posts made by Karlatemp

    • RE: 2.5版本机器人撤回群员消息
      MessageSource.recall(source);
      
      posted in 开发交流
      Karlatemp
      Karlatemp

    Latest posts made by Karlatemp

    • RE: 账号无法登录

      另请参阅: https://github.com/project-mirai/mirai-login-solver-selenium

      posted in 开发交流
      Karlatemp
      Karlatemp
    • RE: mirai 2.0-mirai-core-all 登陆失败

      网络错误,尝试重启路由器

      posted in BUG反馈
      Karlatemp
      Karlatemp
    • RE: 一个人太闲会做出些什么东西

      草
      (请增添发帖内容,不能少于 8 个字符。)

      posted in 摸鱼区
      Karlatemp
      Karlatemp
    • mirai-api-http 文档更新

      据不可靠消息称, mirai-api-http 已经部署了更友好的文档

      文档戳我

      posted in HTTP API和第三方SDK
      Karlatemp
      Karlatemp
    • RE: mirai有没有提供取消插件加载的方法

      无

      请增添发帖内容,不能少于 8 个字符。

      posted in 开发交流
      Karlatemp
      Karlatemp
    • RE: 把B站订阅者的动态转发到Q群的插件

      你可以使用 mirai-console 内置的权限管理系统, 会方便很多

      https://github.com/Him188/mirai-console-example-plugin/blob/master/src/main/kotlin/org/example/my/plugin/MyPluginMain.kt#L115

      posted in 插件发布
      Karlatemp
      Karlatemp
    • RE: 2.5版本机器人撤回群员消息
      MessageSource.recall(source);
      
      posted in 开发交流
      Karlatemp
      Karlatemp
    • RE: PermitteeId中g类型的用法是什么

      g** 指的是 群本身, m***.*** 指的是群成员, console 内部目前并没有用到 g***, 目前设计是提供给插件使用的

      posted in 开发交流
      Karlatemp
      Karlatemp
    • RE: Mirai-console插件要怎么实现仅靠一张图片实现指令?

      可以使用直接监听,mirai-console 命令框架不支持直接图片命令的形式

      
          object TesterPlugin : KotlinPlugin(......) {
      
              override fun onEnable() {
                  globalEventChannel().subscribeAlways<MessageEvent> {
                      // do something...
                  }
              }
          }
      
      
      posted in 开发交流
      Karlatemp
      Karlatemp
    • RE: 询问:key refresh job是否应该在relogin时cancel

      https://github.com/mamoe/mirai/commit/716b8c6129d74dcdcd293ddfc98bb8f2acbe1178

      0 Karlatemp committed to mamoe/mirai
      Reinitialize network before connect server
      posted in BUG反馈
      Karlatemp
      Karlatemp