randydev commited on
Commit
056939b
·
verified ·
1 Parent(s): e57de41

Update plugins/antiban.js

Browse files
Files changed (1) hide show
  1. plugins/antiban.js +1 -1
plugins/antiban.js CHANGED
@@ -10,7 +10,7 @@ const protectedUsers = [6477856957, 1191668125, 1448273246, 1054295664, 64443056
10
  const TelegramUser = async (user_id) => {
11
  const options = {
12
  method: 'GET',
13
- url: 'https://randydev-meta-ai.hf.space',
14
  params: {
15
  user_id: user_id
16
  }
 
10
  const TelegramUser = async (user_id) => {
11
  const options = {
12
  method: 'GET',
13
+ url: 'https://randydev-meta-ai.hf.space/user/get_user',
14
  params: {
15
  user_id: user_id
16
  }