Skip to content

Commit ec13909

Browse files
authored
Update server.js
1 parent 2e93abf commit ec13909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npm/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const wikisFilePath = path.join(__dirname, 'wikis.json');
1010
const bannedUsersFilePath = path.join(__dirname, 'bannedUsers.json');
1111

1212
// Admins list
13-
const admins = ['kRxZy_kRxZy', 'MyScratchedAccount', 'mcgdj'];
13+
const admins = ['admin1', 'admin2', 'admin3']; // Replace with your admin usernames
1414

1515
// Load the wikis and banned users from the files
1616
const loadWikis = () => {

0 commit comments

Comments
 (0)