Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily authored Dec 25, 2020
1 parent f4a6085 commit 30c42d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const {createClient} = require("oicq");
const uin = 123456789; // your account
const bot = createClient(uin, {
slider: true //打开滑动验证码
slider: true //打开滑动验证码 (新号不打开可能出现环境异常等问题)
});

//监听并输入滑动验证码ticket
Expand Down

0 comments on commit 30c42d1

Please sign in to comment.