diff --git a/deploy-commands.js b/deploy-commands.js index f1978e8..524de57 100644 --- a/deploy-commands.js +++ b/deploy-commands.js @@ -1,10 +1,10 @@ const { REST, Routes } = require('discord.js'); -const fs = require('node:fs'); -const path = require('node:path'); - const { config } = require('dotenv'); config(); +const fs = require('node:fs'); +const path = require('node:path'); + const commands = []; // Grab all the command files from the commands directory you created earlier const foldersPath = path.join(__dirname, 'commands');