diff --git a/.github/scripts/pr-poster.js b/.github/scripts/pr-poster.js index 518a72d7..c120dbbe 100644 --- a/.github/scripts/pr-poster.js +++ b/.github/scripts/pr-poster.js @@ -142,7 +142,7 @@ async function run() { } ); } else { - let content = ""; + const information = { "Pull Request Link": `https://github.com/${repo}/pull/${prNumber}`, } @@ -158,14 +158,9 @@ async function run() { ) } const options = { - method: "POST", - headers: { "Content-Type": "application/json" }, - muteHttpExceptions: false, - payload: JSON.stringify({ - content: `New Music Submission from ${user}`, - embeds: embeds_arr, - }), - }; + content: `New Pull Request from ${user}`, + embeds: embeds_arr, + } const webhookUrl = process.env.DISCORD_WEBHOOK; axios.post(webhookUrl, options) .then(whresp => { diff --git a/BK CCW Summer.bin b/BK CCW Summer.bin new file mode 100644 index 00000000..1126edeb Binary files /dev/null and b/BK CCW Summer.bin differ diff --git a/BiS Dimble Wood.mp3 b/BiS Dimble Wood.mp3 new file mode 100644 index 00000000..7312874c Binary files /dev/null and b/BiS Dimble Wood.mp3 differ