MiraiGo-Template icon indicating copy to clipboard operation
MiraiGo-Template copied to clipboard

A template for MiraiGo

Results 22 MiraiGo-Template issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...

dependencies

I run into the issue below when I tried to copy the code in `app.go` into an empty directory initialized with `go mod init && go mod tidy`: ``` package...

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.12.0. Release notes Sourced from github.com/spf13/viper's releases. v1.12.0 This release makes YAML v3 and TOML v2 the default versions used for encoding. You can switch...

dependencies

![image](https://user-images.githubusercontent.com/45712949/170512083-eff9a093-ab51-40cd-8202-0e9f5491e805.png) ![image](https://user-images.githubusercontent.com/45712949/170512182-9292b4cf-c495-48e5-918b-7f0a546ca906.png) 请问一下发送原有内容带图片如何实现

本地代码是复制的app.go里的, 没有任何更改, 扫码登录之后, 只显示了几条加载好友和群组的日志, 发消息测试没有任何反应 ``` time="2022-05-19T19:07:21+08:00" level=info msg="扫码成功, 请在手机端确认登录." bot=internal time="2022-05-19T19:07:26+08:00" level=info msg="start reload friends list" bot=internal time="2022-05-19T19:07:27+08:00" level=info msg="load 2 friends" bot=internal time="2022-05-19T19:07:27+08:00" level=info msg="start reload groups list"...

如果我想实现多台机器服务一个机器人,如何做呢?

如果app.go登录失败会把原来注册的module重置 ![image](https://user-images.githubusercontent.com/58540367/158619054-3e5b4ca9-d77b-4185-a66d-de628eb46d06.png)

INFO[0005] 扫码成功, 请在手机端确认登录. bot=internal INFO[0008] start reload friends list bot=internal INFO[0008] load 28 friends bot=internal INFO[0008] start reload groups list bot=internal INFO[0008] load 7 groups bot=internal 扫码登陆之后 加载到这里没反应了