You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno/payloads/v10/user.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ export enum UserFlags {
143
143
*/
144
144
PremiumEarlySupporter=1<<9,
145
145
/**
146
-
* User is a [team](https://discord.com/developers/docs/topics/teams)
146
+
* User is a {@linkhttps://discord.com/developers/docs/topics/teams | team}
147
147
*/
148
148
TeamPseudoUser=1<<10,
149
149
/**
@@ -167,7 +167,7 @@ export enum UserFlags {
167
167
*/
168
168
CertifiedModerator=1<<18,
169
169
/**
170
-
* Bot uses only [HTTP interactions](https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction) and is shown in the online member list
170
+
* Bot uses only {@linkhttps://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction | HTTP interactions} and is shown in the online member list
171
171
*/
172
172
BotHTTPInteractions=1<<19,
173
173
/**
@@ -181,11 +181,11 @@ export enum UserFlags {
181
181
*/
182
182
DisablePremium=1<<21,
183
183
/**
184
-
* User is an [Active Developer](https://support-dev.discord.com/hc/articles/10113997751447)
184
+
* User is an {@linkhttps://support-dev.discord.com/hc/articles/10113997751447 | Active Developer}
185
185
*/
186
186
ActiveDeveloper=1<<22,
187
187
/**
188
-
* User's account has been [quarantined](https://support.discord.com/hc/articles/6461420677527) based on recent activity
188
+
* User's account has been {@linkhttps://support.discord.com/hc/articles/6461420677527 | quarantined} based on recent activity
189
189
*
190
190
* @unstable This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.
0 commit comments