fix: don't auth for interaction showModal() (#9046)

Co-authored-by: space <spaceeec@yahoo.com>
This commit is contained in:
widepeepoclap
2023-01-13 16:07:06 +00:00
committed by GitHub
co-authored by space
parent 6a9875da05
commit b803a9a899
@@ -255,6 +255,7 @@ class InteractionResponses {
type: InteractionResponseType.Modal,
data: isJSONEncodable(modal) ? modal.toJSON() : this.client.options.jsonTransformer(modal),
},
auth: false,
});
this.replied = true;
}