mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 00:02:52 +00:00
typings: remove UserFlags and ClientApplicationCreateAssetsOptions
Leftover user bots declarations
This commit is contained in:
parent
c966aa2457
commit
58ce08255f
1 changed files with 0 additions and 8 deletions
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue