A Discord Bot connected to your Pterodactyl API.

fix: deploy command

authored by cosmeak.dev and committed by

Cosmeak 70ca39fa b9649615

+2
+2
bin/command.deploy.js
··· 4 4 import { fileURLToPath } from "url"; 5 5 const __filename = fileURLToPath(import.meta.url); 6 6 const __dirname = path.dirname(__filename); 7 + import { config } from "dotenv"; 8 + config(); 7 9 8 10 (async () => { 9 11 const commands = [];