diff --git a/index.ts b/index.ts index 1aee5d0..55c3590 100644 --- a/index.ts +++ b/index.ts @@ -82,6 +82,7 @@ const twitchLiveEmbeds = async (item: ITwitch, index: number) => { method: "GET", headers: { "Content-Type": "application/json", + "User-Agent": "discordbot", }, } );