mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 06:11:49 +00:00
4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import path from "path";
|
|
|
|
require("dotenv").config({ path: path.resolve(process.cwd(), "../.env") });
|
|
require("dotenv").config({ path: path.resolve(process.cwd(), "bot.env") });
|