ZeroBot-Plugin/plugin/manager/model.go
2024-11-07 00:12:51 +09:00

13 lines
180 B
Go

package manager
type welcome struct {
GrpID int64 `db:"gid"`
Msg string `db:"msg"`
}
type member struct {
QQ int64 `db:"qq"`
// github username
Ghun string `db:"ghun"`
}