Skip to content

Commit

Permalink
Update Interaction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 30, 2021
1 parent 1f4f175 commit 844a557
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,10 @@ class Interaction extends Base {
content = {content: content};
}
return this._client.requestHandler.request("PATCH", Endpoints.INTERACTION_RESPONSE(this.id, this.token, message), true, {
type: 5,
data: {
content: content.content,
embeds: content.embeds || [],
allowed_mentions: content.allowed_mentions || null,
//flags: content.flags || 0,
}
})
}

Expand Down

0 comments on commit 844a557

Please sign in to comment.