randydev commited on
Commit
1531c7b
·
verified ·
1 Parent(s): d07479f

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +1 -2
lib/all.js CHANGED
@@ -43,7 +43,7 @@ async function InstagramDLV2(url) {
43
  }
44
 
45
 
46
- async function TelegramUseLog(user_id, api_key, text_log, ips) {
47
  const UserID = Number(user_id);
48
  const options = {
49
  method: "GET",
@@ -52,7 +52,6 @@ async function TelegramUseLog(user_id, api_key, text_log, ips) {
52
  user_id: UserID,
53
  api_key: api_key,
54
  text_log: text_log,
55
- ips: ips
56
  }
57
  };
58
 
 
43
  }
44
 
45
 
46
+ async function TelegramUseLog(user_id, api_key, text_log) {
47
  const UserID = Number(user_id);
48
  const options = {
49
  method: "GET",
 
52
  user_id: UserID,
53
  api_key: api_key,
54
  text_log: text_log,
 
55
  }
56
  };
57