From 2741ab5403b8558823086c14544e4eb91eaaf859 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 20 Oct 2024 10:28:27 +0200 Subject: [PATCH] Small fix --- scripts/deploy-commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-commands.ts b/scripts/deploy-commands.ts index c868fef..69d677d 100644 --- a/scripts/deploy-commands.ts +++ b/scripts/deploy-commands.ts @@ -2,7 +2,7 @@ import { REST, RESTPutAPIApplicationCommandsJSONBody, Routes } from "discord.js" import fs from "node:fs" import { ICommand } from "../src/interfaces" import env from "../src/utils/Env" -import { color } from "../src/utils/functions/colors" +import { color } from "../src/utils/Functions/colors" const rest = new REST({ version: "10" }).setToken(env.prod.token) const commands: RESTPutAPIApplicationCommandsJSONBody = []