diff --git a/typings/index.d.ts b/typings/index.d.ts index 27f2d977b..93cfbce05 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2991,7 +2991,8 @@ declare module 'discord.js' { type PartialTypes = 'USER' | 'CHANNEL' | 'GUILD_MEMBER' | 'MESSAGE' | 'REACTION'; - interface PartialUser extends Partialize { + interface PartialUser extends Partialize { + bot: User['bot']; flags: User['flags']; locale: User['locale']; system: User['system'];