Skip to content

Commit

Permalink
fdsafdsafsd
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo committed Jun 18, 2024
1 parent 00072a3 commit 2552e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow-scripts/send-to-testers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def send_webhook(eee):
thePing = ""

data = {
'content': "# New Test for v" + eee["version"].replace("v","") + thePing + "\n" + os.getenv('DESC')
'content': "# New Test for v" + eee["version"].replace("v","") + thePing + "\n" + os.getenv('DESC').replace("\\n", "\n")
}
requests.post(os.getenv('DISCORD_WEBHOOK_URL'), data=data, files={"file": open('beat.click-sound.geode', "rb")})

Expand Down

0 comments on commit 2552e69

Please sign in to comment.