fca-dragon 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,11 +19,11 @@ Lưu Ý ! Nếu Bạn Muốn Sài Api Này Hãy Xem Document Tại [Đây Nè](h
19
19
 
20
20
  Nếu Bạn Muốn Sử Dụng, Hãy Tải Nó Bằng Cách:
21
21
  ```bash
22
- npm i fca-Dragon
22
+ npm i fca-dragon
23
23
  ```
24
24
  or
25
25
  ```bash
26
- npm install fca-Dragon
26
+ npm install fca-dragon
27
27
  ```
28
28
 
29
29
  Nó Sẽ Tải Vô node_modules (Lib Của Bạn) - Lưu Ý Replit Sẽ Không Hiện Đâu Mà Tìm 😪
@@ -32,11 +32,11 @@ Nó Sẽ Tải Vô node_modules (Lib Của Bạn) - Lưu Ý Replit Sẽ Không H
32
32
 
33
33
  Nếu Bạn Muốn Sử Dụng Phiên Bản Mới Nhất Hay Cập Nhật Thì Hãy Vô Terminal Hoặc Command Promt Nhập :
34
34
  ```bash
35
- npm install fca-Dragon@latest
35
+ npm install fca-dragon@latest
36
36
  ```
37
37
  Hoặc
38
38
  ```bash
39
- npm i fca-Dragon@latest
39
+ npm i fca-dragon@latest
40
40
  ```
41
41
 
42
42
  ## Nếu Bạn Muốn Test Api
@@ -47,7 +47,7 @@ Hãy Sử Dụng Với Tài Khoản Thử Nghiệm => [Facebook Whitehat Account
47
47
  ## Cách Sử Dụng
48
48
 
49
49
  ```javascript
50
- const login = require("fca-Dragon"); // lấy từ lib ra
50
+ const login = require("fca-dragon"); // lấy từ lib ra
51
51
 
52
52
  // đăng nhập
53
53
  login({email: "Gmail Account", password: "Mật Khẩu Facebook Của Bạn"}, (err, api) => {
@@ -87,7 +87,7 @@ Bạn Cần Vô File Mirai.js,Sau Đó Tìm Đến Dòng
87
87
  Và Thay Nó Bằng:
88
88
 
89
89
  ```js
90
- var login = require('fca-Dragon')
90
+ var login = require('fca-dragon')
91
91
  ```
92
92
 
93
93
  Sau Đó Thì Chạy Bình Thường Thôi !
@@ -108,7 +108,7 @@ __Hướng Dẫn Với Appstate__
108
108
 
109
109
  ```js
110
110
  const fs = require("fs");
111
- const login = require("fca-Dragon");
111
+ const login = require("fca-dragon");
112
112
 
113
113
  var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // thông tin tk
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-dragon",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Facebook-chat-api",
5
5
  "main": "index.js",
6
6
  "scripts": {