diff options
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 = []; |
