5 lines
178 B
TypeScript
5 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") });
|