diff --git a/prime-gaming.js b/prime-gaming.js index b555f67..572eb04 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -264,7 +264,7 @@ try { if (cfg.debug) await page2.pause(); await page2.close(); } - notify_game.status = `${redeem_action} ${code} on ${store}`; + notify_game.status = `${redeem_action} ${code} on ${store}`; } else { notify_game.status = `claimed on ${store}`; db.data[user][title].status = 'claimed'; @@ -356,7 +356,7 @@ try { console.log(' Code to redeem game:', chalk.blue(code)); db.data[user][title].code = code; db.data[user][title].status = 'claimed'; - // notify_game.status = `${redeem_action} ${code} on ${store}`; + // notify_game.status = `${redeem_action} ${code} on ${store}`; } // await page.pause(); } catch (error) {