typings: remove UserFlags and ClientApplicationCreateAssetsOptions

Leftover user bots declarations
This commit is contained in:
SpaceEEC
2018-08-18 11:07:29 +02:00
parent c966aa2457
commit 58ce08255f

8
typings/index.d.ts vendored
View File

@@ -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;