From cb2d7db16059d4fa04d0cc9bc5bb40e76d41c88d Mon Sep 17 00:00:00 2001 From: Cynthia Date: Tue, 21 Mar 2023 23:59:24 -0600 Subject: [PATCH] =?UTF-8?q?utility.flagdump:=20=F0=9F=9A=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/utility.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/utility.js b/src/modules/utility.js index bcfe85c..8cf7ba6 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -475,6 +475,13 @@ const USER_FLAGS = [ undefined, "VERIFIED_EMAIL", // end admin panel leak aug 2022 "QUARANTINED", + undefined, + undefined, + undefined, + undefined, + undefined, + "COLLABORATOR", + "RESTRICTED_COLLABORATOR", ]; function flagFromInt(int) {