From 1c253d25cb1d35aa987d76e07806999c562712d6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Mar 2025 16:24:26 -0500 Subject: Bringing more features from 2.x; ESLint; API --- bot/deploy-command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/deploy-command.js') diff --git a/bot/deploy-command.js b/bot/deploy-command.js index aed5890..8aa3b68 100644 --- a/bot/deploy-command.js +++ b/bot/deploy-command.js @@ -1,6 +1,6 @@ import fs from 'node:fs'; import { REST, Routes } from 'discord.js'; -import 'dotenv/config' +import 'dotenv/config'; const commands = []; const commandFiles = fs.readdirSync('./src/commands').filter(file => file.endsWith('.js')); -- cgit v1.2.3