qq_bot/auth/auth.go
2024-10-11 00:14:11 +08:00

6 lines
66 B
Go

package auth
func isRootUser(qqID string) bool {
return false
}