添加bot mode 支持

This commit is contained in:
eatMoreApple 2021-04-24 16:02:00 +08:00
parent 21ba7590f5
commit 793bb95095

View File

@ -70,3 +70,10 @@ const (
MALE = 1
FEMALE = 2
)
type mode string
const (
normal mode = "normal"
desk mode = "desk"
)