Skip to content

Commit 7bdd4f2

Browse files
committed
🔉 Fix paypal notif logs
1 parent a2bbd30 commit 7bdd4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/ipc-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports.load = (discordClient) => {
8383
return message.reply(foundUsers);
8484
}
8585
if (message.data.event === "paypalNotification") {
86-
console.log(`PayPal notification received! ${message.data}`);
86+
console.log("PayPal notification received!", JSON.stringify(message.data));
8787
const { premiumLogs } = discordClient.config;
8888
const aLogs = discordClient.channels.cache.get(premiumLogs);
8989
if (!aLogs) return console.log(`Shard #${discordClient.shard.ids[0]}: PayPal Notif, channel logs can not be found`);

0 commit comments

Comments
 (0)