We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46b8a9 commit 652890cCopy full SHA for 652890c
service/bot/remote.go
@@ -35,7 +35,7 @@ func ConnectUniversal(cli *client.QQClient) {
35
"User-Agent": []string{"CQHttp/4.15.0"},
36
}
37
for _, group := range config.Conf.ServerGroups {
38
- if group.Disabled {
+ if group.Disabled || group.Urls == nil || len(group.Urls) < 1 {
39
continue
40
41
serverGroup := *group
0 commit comments