feat(interaction): add appPermissions (v13) (#8195)

This commit is contained in:
Almeida
2022-06-29 23:36:07 +01:00
committed by GitHub
parent 079973f1cf
commit 222fc9c679
2 changed files with 7 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -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>;