diff --git a/src/index.ts b/src/index.ts index fbef779..91c97b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,8 @@ // Copyright (c) Inertia Lighting, Some Rights Reserved // //------------------------------------------------------------// +require('dotenv').config({ path: `stack.env}` }) + import path from 'node:path'; import * as Discord from 'discord.js';