aboutsummaryrefslogtreecommitdiff
path: root/bot/deploy-command.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/deploy-command.js')
-rw-r--r--bot/deploy-command.js2
1 files changed, 1 insertions, 1 deletions
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'));