diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 20:27:52 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 21:33:55 -0500 |
| commit | d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78 (patch) | |
| tree | c942db057f3716067bbda9a58e5a28a9c9c6b371 /deploy-command.js | |
| parent | 891cf0ecdad9a1a78fdf5d127a60bdcc8e54ae5c (diff) | |
| download | DLAP-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.js | 1 |
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 = []; |
