diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 5c7264488f7f..27fd856715c0 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -1764,7 +1764,7 @@ export class BaseInteraction extends Base public type: InteractionType; public user: User; public version: number; - public appPermissions: Readonly | null; + public appPermissions: CacheTypeReducer>; public memberPermissions: CacheTypeReducer>; public locale: Locale; public guildLocale: CacheTypeReducer;