Now UGC items are possible to be set as a limited, and some people are selling them for free, so the script will try to buy every copy, if any available
✨ feat(index.ts): add support for buying items with non-zero price
🐛 fix(index.ts): fix console.log statements to use template literals instead of concatenation
🚨 chore(index.ts): fix linting issues and formatting
🎨 style(types.d.ts): format code and remove semicolons
🐛 fix(actions.ts): remove unused import and fix syntax errors in buy function
🔨 refactor(preparedRequests.ts): change quotes to single quotes and remove semicolons
🐛 fix(preparedRequests.ts): fix typo in getItemDetails parameter name
✨ feat(preparedRequests.ts): add support for getting marketplace item details
🎨 style(roblox.ts, timers.ts): fix code formatting and remove unnecessary semicolons
🔧 chore(token.ts): refactor token.ts to use ES6 imports instead of require
🔧 chore(tsconfig.json): exclude node_modules from TypeScript compilation
🔧 chore(.prettierrc): add prettier configuration file 🔧 chore(package.json): add format and lint scripts, update devDependencies 🔧 chore(src/__puppeteer.d.ts): remove semicolons 🔧 chore(src/global.d.ts): remove semicolons
✨ feat(index.ts): add support for buying items with non-zero price 🐛 fix(index.ts): fix console.log statements to use template literals instead of concatenation 🚨 chore(index.ts): fix linting issues and formatting
🎨 style(types.d.ts): format code and remove semicolons
🐛 fix(actions.ts): remove unused import and fix syntax errors in buy function
🔨 refactor(preparedRequests.ts): change quotes to single quotes and remove semicolons 🐛 fix(preparedRequests.ts): fix typo in getItemDetails parameter name ✨ feat(preparedRequests.ts): add support for getting marketplace item details
🎨 style(roblox.ts, timers.ts): fix code formatting and remove unnecessary semicolons
🔧 chore(token.ts): refactor token.ts to use ES6 imports instead of require 🔧 chore(tsconfig.json): exclude node_modules from TypeScript compilation