Skip to content

Commit a2d76fc

Browse files
authored
chore(UserFlags): add @unstable to Spammer flag (#500)
1 parent 56d491f commit a2d76fc

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

deno/payloads/v10/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export enum UserFlags {
143143
BotHTTPInteractions = 1 << 19,
144144
/**
145145
* 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.
146148
*/
147149
Spammer = 1 << 20,
148150
}

deno/payloads/v8/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ export enum UserFlags {
145145
BotHTTPInteractions = 1 << 19,
146146
/**
147147
* 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.
148150
*/
149151
Spammer = 1 << 20,
150152
}

deno/payloads/v9/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export enum UserFlags {
143143
BotHTTPInteractions = 1 << 19,
144144
/**
145145
* 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.
146148
*/
147149
Spammer = 1 << 20,
148150
}

payloads/v10/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export enum UserFlags {
143143
BotHTTPInteractions = 1 << 19,
144144
/**
145145
* 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.
146148
*/
147149
Spammer = 1 << 20,
148150
}

payloads/v8/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ export enum UserFlags {
145145
BotHTTPInteractions = 1 << 19,
146146
/**
147147
* 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.
148150
*/
149151
Spammer = 1 << 20,
150152
}

payloads/v9/user.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export enum UserFlags {
143143
BotHTTPInteractions = 1 << 19,
144144
/**
145145
* 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.
146148
*/
147149
Spammer = 1 << 20,
148150
}

0 commit comments

Comments
 (0)