Skip to content

Commit

Permalink
added custom header to track req
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-001 committed Jul 25, 2024
1 parent 296830d commit 3bdf73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const twitchLiveEmbeds = async (item: ITwitch, index: number) => {
method: "GET",
headers: {
"Content-Type": "application/json",
"User-Agent": "discordbot",
},
}
);
Expand Down

0 comments on commit 3bdf73f

Please sign in to comment.