Skip to content

Commit

Permalink
Revert change inside editReply
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Oct 8, 2024
1 parent d7d66d3 commit 378729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/discord/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class Bot extends REST {
await this.patch(
Routes.webhookMessage(this.applicationId, interaction.token, "@original"),
{
body: JSON.stringify(data),
body: data,
}
);
}
Expand Down

0 comments on commit 378729c

Please sign in to comment.