diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5481e34bb..012fb4cd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -623,5 +623,4 @@ jobs: } ] }) - response = requests.request("POST", "${{ secrets.DISCORD_WEBHOOK }}", headers=headers, data=payload) - print(response.json()["type"] == 0 and "Message sent successfully" or "Failed to send message") \ No newline at end of file + requests.request("POST", "${{ secrets.DISCORD_WEBHOOK }}", headers=headers, data=payload)