Merge branch 'Vendicated:main' into main

This commit is contained in:
RobinRMC 2024-08-03 20:30:34 +02:00 committed by GitHub
commit d2f17aee42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 1704 additions and 1383 deletions

View file

@ -36,7 +36,7 @@ for (const variable of ["DISCORD_TOKEN", "CHROMIUM_BIN"]) {
const CANARY = process.env.USE_CANARY === "true";
const browser = await pup.launch({
headless: "new",
headless: true,
executablePath: process.env.CHROMIUM_BIN
});