randydev commited on
Commit
ff308cf
·
verified ·
1 Parent(s): 9f2f5ae

Update plugins/antiban.js

Browse files
Files changed (1) hide show
  1. plugins/antiban.js +2 -2
plugins/antiban.js CHANGED
@@ -24,12 +24,12 @@ const TelegramUser = async (user_id) => {
24
  }
25
  }
26
 
27
- const TelegramUserStoryDL = async (user_id) => {
28
  const options = {
29
  method: 'GET',
30
  url: 'https://randydev-meta-ai.hf.space/user/get_story',
31
  params: {
32
- user_id: user_id
33
  }
34
  };
35
  try {
 
24
  }
25
  }
26
 
27
+ const TelegramUserStoryDL = async (link) => {
28
  const options = {
29
  method: 'GET',
30
  url: 'https://randydev-meta-ai.hf.space/user/get_story',
31
  params: {
32
+ link: link
33
  }
34
  };
35
  try {