Introduce an ID reservation list.
This commit is contained in:
committed by
Ikmyeong Na
parent
611d68fde2
commit
f8c226c0f3
@@ -26,6 +26,7 @@ var banned = [
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
trusted: trusted,
|
||||
banned: banned
|
||||
};
|
||||
trusted: trusted,
|
||||
banned: banned,
|
||||
reserved: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user