mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
fix(UserFlags): correct early bot dev name, remove deprecated aliases (#5104)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -3161,7 +3161,6 @@ declare module 'discord.js' {
|
||||
type UserFlagsString =
|
||||
| 'DISCORD_EMPLOYEE'
|
||||
| 'PARTNERED_SERVER_OWNER'
|
||||
| 'DISCORD_PARTNER'
|
||||
| 'HYPESQUAD_EVENTS'
|
||||
| 'BUGHUNTER_LEVEL_1'
|
||||
| 'HOUSE_BRAVERY'
|
||||
@@ -3172,8 +3171,7 @@ declare module 'discord.js' {
|
||||
| 'SYSTEM'
|
||||
| 'BUGHUNTER_LEVEL_2'
|
||||
| 'VERIFIED_BOT'
|
||||
| 'EARLY_VERIFIED_DEVELOPER'
|
||||
| 'VERIFIED_DEVELOPER';
|
||||
| 'EARLY_VERIFIED_BOT_DEVELOPER';
|
||||
|
||||
type UserResolvable = User | Snowflake | Message | GuildMember;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user