Skip to content

Commit

Permalink
Update app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Aug 4, 2024
1 parent feaa672 commit 87a1d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api/discord/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ export function makeDiscordAppHandler(
data: {
content: `Testing in prod: ${error.message}\n\`\`\`json\n${
JSON.stringify(
interaction,
interaction.user,
null,
2,
)
}\n\`\`\``,
}\n\`\`\``.slice(0, 2000),
flags: MessageFlags.Ephemeral,
},
};
Expand Down

0 comments on commit 87a1d44

Please sign in to comment.