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

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Apr 9, 2021
1 parent 82a4bfc commit b979161
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# npm i oicq
```

**Example:**
**Usage:**

```js
const { createClient } = require("oicq");
Expand All @@ -45,4 +45,6 @@ bot.login("password"); // your password or password_md5
**相关文档:**

[wiki](https://github.com/takayama-lily/oicq/wiki)
[API列表](https://github.com/takayama-lily/oicq/wiki/91.API%E6%96%87%E6%A1%A3)
[事件列表](https://github.com/takayama-lily/oicq/wiki/92.%E4%BA%8B%E4%BB%B6%E6%96%87%E6%A1%A3)
[wiki列表](https://github.com/takayama-lily/oicq/wiki)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "1.14.4",
"upday": "2021/4/3",
"version": "1.15.0",
"upday": "2021/4/10",
"description": "QQ protocol!",
"main": "client.js",
"types": "client.d.ts",
Expand Down

0 comments on commit b979161

Please sign in to comment.