Update plugins/antiban.js
Browse files- 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 (
|
28 |
const options = {
|
29 |
method: 'GET',
|
30 |
url: 'https://randydev-meta-ai.hf.space/user/get_story',
|
31 |
params: {
|
32 |
-
|
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 {
|