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 {
147
147
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148
148
*/
149
149
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 ) ,
150
156
}
151
157
152
158
/**
Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ export enum UserFlags {
149
149
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
150
150
*/
151
151
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 ) ,
152
158
}
153
159
154
160
/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147
147
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148
148
*/
149
149
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 ) ,
150
156
}
151
157
152
158
/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147
147
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148
148
*/
149
149
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 ) ,
150
156
}
151
157
152
158
/**
Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ export enum UserFlags {
149
149
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
150
150
*/
151
151
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 ) ,
152
158
}
153
159
154
160
/**
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ export enum UserFlags {
147
147
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
148
148
*/
149
149
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 ) ,
150
156
}
151
157
152
158
/**
You can’t perform that action at this time.
0 commit comments