mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
typings: remove UserFlags and ClientApplicationCreateAssetsOptions
Leftover user bots declarations
This commit is contained in:
8
typings/index.d.ts
vendored
8
typings/index.d.ts
vendored
@@ -1478,12 +1478,6 @@ declare module 'discord.js' {
|
||||
type: 'BIG' | 'SMALL';
|
||||
};
|
||||
|
||||
type ClientApplicationCreateAssetOptions = {
|
||||
name: string;
|
||||
data: Base64Resolvable;
|
||||
type: 'big' | 'small';
|
||||
};
|
||||
|
||||
type ClientOptions = {
|
||||
apiRequestMethod?: 'sequential' | 'burst';
|
||||
presence?: PresenceData;
|
||||
@@ -1922,8 +1916,6 @@ declare module 'discord.js' {
|
||||
|
||||
type StringResolvable = string | string[] | any;
|
||||
|
||||
type UserFlags = 'STAFF' | 'PARTNER' | 'HYPESQUAD';
|
||||
|
||||
type UserResolvable = User | Snowflake | Message | GuildMember;
|
||||
|
||||
type VoiceStatus = number;
|
||||
|
||||
Reference in New Issue
Block a user