mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(interaction): add appPermissions (v13) (#8195)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1391,6 +1391,7 @@ export class Interaction<Cached extends CacheType = CacheType> extends Base {
|
||||
public type: InteractionType;
|
||||
public user: User;
|
||||
public version: number;
|
||||
public appPermissions: Readonly<Permissions> | null;
|
||||
public memberPermissions: CacheTypeReducer<Cached, Readonly<Permissions>>;
|
||||
public locale: string;
|
||||
public guildLocale: CacheTypeReducer<Cached, string, string, string>;
|
||||
|
||||
Reference in New Issue
Block a user