Skip to content

Commit

Permalink
fix: don't auth for interaction showModal() (#9046)
Browse files Browse the repository at this point in the history
Co-authored-by: space <spaceeec@yahoo.com>
  • Loading branch information
widepeepoclap and SpaceEEC committed Jan 13, 2023
1 parent 6a9875d commit b803a9a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -255,6 +255,7 @@ class InteractionResponses {
type: InteractionResponseType.Modal,
data: isJSONEncodable(modal) ? modal.toJSON() : this.client.options.jsonTransformer(modal),
},
auth: false,
});
this.replied = true;
}
Expand Down

2 comments on commit b803a9a

@vercel
Copy link

@vercel vercel bot commented on b803a9a Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b803a9a Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.