diff --git a/src/types/slash.ts b/src/types/slash.ts index 1bd83ba..2dac0cd 100644 --- a/src/types/slash.ts +++ b/src/types/slash.ts @@ -32,7 +32,10 @@ export interface InteractionPayload { /** Token of the Interaction to respond */ token: string /** Member object of user who invoked */ - member: MemberPayload + member: MemberPayload & { + /** Total permissions of the member in the channel, including overrides */ + permissions: string + } /** ID of the Interaction */ id: string /**