File tree Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147147 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148148 */
149149 Spammer = 1 << 20 ,
150+ /**
151+ * User's account has been quarantined based on recent activity
152+ *
153+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
154+ */
155+ Quarantined = Math . pow ( 2 , 44 ) ,
150156}
151157
152158/**
Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ export enum UserFlags {
149149 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
150150 */
151151 Spammer = 1 << 20 ,
152+ /**
153+ * User's account has been quarantined based on recent activity
154+ *
155+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
156+ */
157+ Quarantined = Math . pow ( 2 , 44 ) ,
152158}
153159
154160/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147147 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148148 */
149149 Spammer = 1 << 20 ,
150+ /**
151+ * User's account has been quarantined based on recent activity
152+ *
153+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
154+ */
155+ Quarantined = Math . pow ( 2 , 44 ) ,
150156}
151157
152158/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147147 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148148 */
149149 Spammer = 1 << 20 ,
150+ /**
151+ * User's account has been quarantined based on recent activity
152+ *
153+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
154+ */
155+ Quarantined = Math . pow ( 2 , 44 ) ,
150156}
151157
152158/**
Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ export enum UserFlags {
149149 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
150150 */
151151 Spammer = 1 << 20 ,
152+ /**
153+ * User's account has been quarantined based on recent activity
154+ *
155+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
156+ */
157+ Quarantined = Math . pow ( 2 , 44 ) ,
152158}
153159
154160/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147147 * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148148 */
149149 Spammer = 1 << 20 ,
150+ /**
151+ * User's account has been quarantined based on recent activity
152+ *
153+ * @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
154+ */
155+ Quarantined = Math . pow ( 2 , 44 ) ,
150156}
151157
152158/**
You can’t perform that action at this time.
0 commit comments