mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(UserFlags): add renamed UserFlags (#4761)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3118,6 +3118,7 @@ declare module 'discord.js' {
|
||||
|
||||
type UserFlagsString =
|
||||
| 'DISCORD_EMPLOYEE'
|
||||
| 'PARTNERED_SERVER_OWNER'
|
||||
| 'DISCORD_PARTNER'
|
||||
| 'HYPESQUAD_EVENTS'
|
||||
| 'BUGHUNTER_LEVEL_1'
|
||||
@@ -3129,6 +3130,7 @@ declare module 'discord.js' {
|
||||
| 'SYSTEM'
|
||||
| 'BUGHUNTER_LEVEL_2'
|
||||
| 'VERIFIED_BOT'
|
||||
| 'EARLY_VERIFIED_DEVELOPER'
|
||||
| 'VERIFIED_DEVELOPER';
|
||||
|
||||
type UserResolvable = User | Snowflake | Message | GuildMember;
|
||||
|
||||
Reference in New Issue
Block a user