Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 committed Dec 21, 2024
1 parent c9044ed commit cbb93e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ router.post('/', async (request, env: Env) => {
}
);

await fetch(
const justatestidk = await fetch(
`https://discord.com/api/v10/webhooks/${env.DISCORD_APPLICATION_ID}/${interaction.token}`,
{
method: "POST",
Expand Down

0 comments on commit cbb93e1

Please sign in to comment.