Update plugins/antiban.js
Browse files- plugins/antiban.js +1 -1
plugins/antiban.js
CHANGED
@@ -3,7 +3,7 @@ import { Database } from '../database/database.js';
|
|
3 |
import { authenticateApiKey, apiLimiter } from '../middleware/midware.js';
|
4 |
const AntibanRoutes = express.Router();
|
5 |
|
6 |
-
const protectedUsers = [6477856957, 1191668125, 1448273246, 1054295664];
|
7 |
|
8 |
AntibanRoutes.post("/api/v1/user/ban-user", authenticateApiKey, apiLimiter, async (req, res) => {
|
9 |
const dbClient = new Database("AkenoXJs");
|
|
|
3 |
import { authenticateApiKey, apiLimiter } from '../middleware/midware.js';
|
4 |
const AntibanRoutes = express.Router();
|
5 |
|
6 |
+
const protectedUsers = [6477856957, 1191668125, 1448273246, 1054295664, 6444305696];
|
7 |
|
8 |
AntibanRoutes.post("/api/v1/user/ban-user", authenticateApiKey, apiLimiter, async (req, res) => {
|
9 |
const dbClient = new Database("AkenoXJs");
|