tangled
alpha
login
or
join now
cosmeak.dev
/
pterobot
0
fork
atom
A Discord Bot connected to your Pterodactyl API.
0
fork
atom
overview
issues
pulls
pipelines
fix: deploy command
authored by
cosmeak.dev
and committed by
Cosmeak
2 years ago
70ca39fa
b9649615
+2
1 changed file
expand all
collapse all
unified
split
bin
command.deploy.js
+2
bin/command.deploy.js
reviewed
···
4
4
import { fileURLToPath } from "url";
5
5
const __filename = fileURLToPath(import.meta.url);
6
6
const __dirname = path.dirname(__filename);
7
7
+
import { config } from "dotenv";
8
8
+
config();
7
9
8
10
(async () => {
9
11
const commands = [];