-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go-cqhttp
updated
12 files
+0 −287 | cmd/gocq/login.go | |
+9 −14 | cmd/gocq/main.go | |
+419 −0 | cmd/gocq/qsign.go | |
+10 −19 | coolq/api.go | |
+26 −0 | coolq/cqcode.go | |
+1 −1 | coolq/event.go | |
+22 −21 | go.mod | |
+65 −89 | go.sum | |
+21 −25 | internal/base/flag.go | |
+15 −3 | internal/download/download.go | |
+22 −15 | modules/config/config.go | |
+34 −13 | modules/config/default_config.yml |