mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
feature(UserFlags): add BOT_HTTP_INTERACTIONS (#6733)
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -5042,7 +5042,8 @@ export type UserFlagsString =
|
||||
| 'BUGHUNTER_LEVEL_2'
|
||||
| 'VERIFIED_BOT'
|
||||
| 'EARLY_VERIFIED_BOT_DEVELOPER'
|
||||
| 'DISCORD_CERTIFIED_MODERATOR';
|
||||
| 'DISCORD_CERTIFIED_MODERATOR'
|
||||
| 'BOT_HTTP_INTERACTIONS';
|
||||
|
||||
export type UserMention = `<@${Snowflake}>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user