Versions in this module Expand all Collapse all v1 v1.0.11 Oct 27, 2021 v1.0.10 Oct 9, 2021 Changes in this version + var Db *sqlx.DB + type Connect struct + func DbInit() *Connect + func (con *Connect) Close() + func (con *Connect) Exist(event leafBot.Event) + func (con *Connect) IsSign(event leafBot.Event) bool + func (con *Connect) SelctSign(event leafBot.Event) int + func (con *Connect) Update(n int, event leafBot.Event) + type Sign struct + Card string + CurrentSign int + Day int + Num int + UserId string