I made a simple bot in vscode and works, but when i tried to make that on codesandbox.io, i get a error.
"Failed to launch the browser process!"
I tried some possible solutions without sucess, like
const client = new Client({ puppeteer: { args: ["--no-sandbox"] } });
I know that is puppeteer error, but i dont know how to solve.