mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +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: 'BIG' | 'SMALL';
|
||||||
};
|
};
|
||||||
|
|
||||||
type ClientApplicationCreateAssetOptions = {
|
|
||||||
name: string;
|
|
||||||
data: Base64Resolvable;
|
|
||||||
type: 'big' | 'small';
|
|
||||||
};
|
|
||||||
|
|
||||||
type ClientOptions = {
|
type ClientOptions = {
|
||||||
apiRequestMethod?: 'sequential' | 'burst';
|
apiRequestMethod?: 'sequential' | 'burst';
|
||||||
presence?: PresenceData;
|
presence?: PresenceData;
|
||||||
@@ -1922,8 +1916,6 @@ declare module 'discord.js' {
|
|||||||
|
|
||||||
type StringResolvable = string | string[] | any;
|
type StringResolvable = string | string[] | any;
|
||||||
|
|
||||||
type UserFlags = 'STAFF' | 'PARTNER' | 'HYPESQUAD';
|
|
||||||
|
|
||||||
type UserResolvable = User | Snowflake | Message | GuildMember;
|
type UserResolvable = User | Snowflake | Message | GuildMember;
|
||||||
|
|
||||||
type VoiceStatus = number;
|
type VoiceStatus = number;
|
||||||
|
|||||||
Reference in New Issue
Block a user