@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you
Hello,
I was trying to make a bot, but I need to login on that specific site with some accounts. My accounts are in a combo structure like sample@gmail.com:password
It would be better if I could use the format sample@gmail.com:pass directly. Any way?