We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bbd30 commit 7bdd4f2Copy full SHA for 7bdd4f2
helpers/ipc-client.js
@@ -83,7 +83,7 @@ module.exports.load = (discordClient) => {
83
return message.reply(foundUsers);
84
}
85
if (message.data.event === "paypalNotification") {
86
- console.log(`PayPal notification received! ${message.data}`);
+ console.log("PayPal notification received!", JSON.stringify(message.data));
87
const { premiumLogs } = discordClient.config;
88
const aLogs = discordClient.channels.cache.get(premiumLogs);
89
if (!aLogs) return console.log(`Shard #${discordClient.shard.ids[0]}: PayPal Notif, channel logs can not be found`);
0 commit comments