aboutsummaryrefslogtreecommitdiff
path: root/deploy-command.js
diff options
context:
space:
mode:
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 = [];