···1212import "dotenv/config";
1313import path from "node:path";
14141515+console.log(process.env)
1616+1517const token = process.env.token;
1618if (!token) throw new Error("Token required. Please fill in TOKEN in .env");
1719console.log("Token Valid!");