diff --git a/index.html b/index.html index d782a91..9f43713 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

User Information

let bannedUsers = []; // Fetch the banned user list from the given URL - fetch('https://polyextended.github.io/lookup/banned.json') + fetch('banned.json') .then(response => response.json()) .then(data => { bannedUsers = data.users;