We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appPermissions
null
1 parent 75308f2 commit 6c2242fCopy full SHA for 6c2242f
packages/discord.js/typings/index.d.ts
@@ -1764,7 +1764,7 @@ export class BaseInteraction<Cached extends CacheType = CacheType> extends Base
1764
public type: InteractionType;
1765
public user: User;
1766
public version: number;
1767
- public appPermissions: Readonly<PermissionsBitField> | null;
+ public appPermissions: CacheTypeReducer<Cached, Readonly<PermissionsBitField>>;
1768
public memberPermissions: CacheTypeReducer<Cached, Readonly<PermissionsBitField>>;
1769
public locale: Locale;
1770
public guildLocale: CacheTypeReducer<Cached, Locale>;
0 commit comments