修复数据库问题

This commit is contained in:
ZJY 2021-09-09 11:32:16 +08:00
parent a2d21753c8
commit a34012687d
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,6 @@ return reply(
取消屏蔽 | 任务列表
设置管理员 | 取消管理员
———————————
京东机器人
京东机器人`
]
)

View File

@ -43,6 +43,7 @@ func initDB() {
&Env{},
&Wish{},
&Token{},
&UserAdmin{},
)
keys = make(map[string]bool)
pins = make(map[string]bool)