Hello, I'm trying to set up a PayPal payment logging system on Discord using Discord.js v13. I've found some information in the documentation and have already set up the IPN URL on my PayPal account. However, I'm facing issues with the code I've implemented: you can find it here https://sourceb.in/E5APoFM3PQ. The main problem is that the bot doesn't seem to send notifications to the Discord channel, and additionally, it's not printing anything to the console using 'console.log'. I obtained the URL using ngrok with the command 'ngrok http 3000'