wip
This commit is contained in:
parent
200c5be4ff
commit
102af677ff
@ -19,7 +19,6 @@ func (s *SacnLogin) Login(bot *Bot) error {
|
|||||||
|
|
||||||
// checkLogin 该方法会一直阻塞,直到用户扫码登录,或者二维码过期
|
// checkLogin 该方法会一直阻塞,直到用户扫码登录,或者二维码过期
|
||||||
func (s *SacnLogin) checkLogin(bot *Bot, uuid string) error {
|
func (s *SacnLogin) checkLogin(bot *Bot, uuid string) error {
|
||||||
bot.uuid = uuid
|
|
||||||
bot.uuid = uuid
|
bot.uuid = uuid
|
||||||
loginChecker := &LoginChecker{
|
loginChecker := &LoginChecker{
|
||||||
Bot: bot,
|
Bot: bot,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user