aboutsummaryrefslogtreecommitdiff
path: root/deploy-command.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-15 20:27:52 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-15 21:33:55 -0500
commitd7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78 (patch)
treec942db057f3716067bbda9a58e5a28a9c9c6b371 /deploy-command.js
parent891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c (diff)
downloadDLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.gz
DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.tar.bz2
DLAP-d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78.zip
Remove unneeded packages; Parlance config; Changes in about
Diffstat (limited to 'deploy-command.js')
-rw-r--r--deploy-command.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy-command.js b/deploy-command.js
index 0b57507..f464825 100644
--- a/deploy-command.js
+++ b/deploy-command.js
@@ -1,6 +1,5 @@
import fs, { readFileSync } from 'node:fs';
import { REST, Routes } from 'discord.js';
-// import config from './config.json' assert {type: 'json'}
const { clientID, token } = JSON.parse(readFileSync('./config.json'));
const commands = [];