File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export enum UserFlags {
143
143
BotHTTPInteractions = 1 << 19 ,
144
144
/**
145
145
* User has been identified as spammer
146
+ *
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.
146
148
*/
147
149
Spammer = 1 << 20 ,
148
150
}
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ export enum UserFlags {
145
145
BotHTTPInteractions = 1 << 19 ,
146
146
/**
147
147
* User has been identified as spammer
148
+ *
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.
148
150
*/
149
151
Spammer = 1 << 20 ,
150
152
}
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export enum UserFlags {
143
143
BotHTTPInteractions = 1 << 19 ,
144
144
/**
145
145
* User has been identified as spammer
146
+ *
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.
146
148
*/
147
149
Spammer = 1 << 20 ,
148
150
}
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export enum UserFlags {
143
143
BotHTTPInteractions = 1 << 19 ,
144
144
/**
145
145
* User has been identified as spammer
146
+ *
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.
146
148
*/
147
149
Spammer = 1 << 20 ,
148
150
}
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ export enum UserFlags {
145
145
BotHTTPInteractions = 1 << 19 ,
146
146
/**
147
147
* User has been identified as spammer
148
+ *
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.
148
150
*/
149
151
Spammer = 1 << 20 ,
150
152
}
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ export enum UserFlags {
143
143
BotHTTPInteractions = 1 << 19 ,
144
144
/**
145
145
* User has been identified as spammer
146
+ *
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.
146
148
*/
147
149
Spammer = 1 << 20 ,
148
150
}
You can’t perform that action at this time.
0 commit comments