From 58ce08255f45ebb1eba1802e907adc4cd90a50bc Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 18 Aug 2018 11:07:29 +0200 Subject: [PATCH] typings: remove UserFlags and ClientApplicationCreateAssetsOptions Leftover user bots declarations --- typings/index.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 9c8f7b3f5..30c2a22ff 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;