From d7b0c0f3b7129cf3beaaa66bbb6d64bdd35deb78 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 15 Feb 2024 20:27:52 -0500 Subject: Remove unneeded packages; Parlance config; Changes in about --- deploy-command.js | 1 - 1 file changed, 1 deletion(-) (limited to 'deploy-command.js') 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 = []; -- cgit v1.2.3