mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 06:51:51 +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") });
|