We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e93abf commit ec13909Copy full SHA for ec13909
src/npm/server.js
@@ -10,7 +10,7 @@ const wikisFilePath = path.join(__dirname, 'wikis.json');
10
const bannedUsersFilePath = path.join(__dirname, 'bannedUsers.json');
11
12
// Admins list
13
-const admins = ['kRxZy_kRxZy', 'MyScratchedAccount', 'mcgdj'];
+const admins = ['admin1', 'admin2', 'admin3']; // Replace with your admin usernames
14
15
// Load the wikis and banned users from the files
16
const loadWikis = () => {
0 commit comments