feat(env): load dotenv in entrypoint; add .env.example; stop tracking .env files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import "dotenv/config";
|
||||
|
||||
import Amayo from "./core/client";
|
||||
import { loadCommands } from "./core/loaders/loader";
|
||||
import { loadEvents } from "./core/loaders/loaderEvents";
|
||||
|
||||
Reference in New Issue
Block a user