mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 00:10:09 +00:00
chore(interactions): add permissions property to received member (#56)
This commit is contained in:
@@ -84,7 +84,7 @@ export interface APIInteraction {
|
||||
data?: APIApplicationCommandInteractionData;
|
||||
guild_id: string;
|
||||
channel_id: string;
|
||||
member: APIGuildMember & { user: APIUser };
|
||||
member: APIGuildMember & { permissions: string; user: APIUser };
|
||||
token: string;
|
||||
version: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user