Small fix

This commit is contained in:
2024-10-20 10:28:27 +02:00
parent a5489eedee
commit 2741ab5403

View File

@@ -2,7 +2,7 @@ import { REST, RESTPutAPIApplicationCommandsJSONBody, Routes } from "discord.js"
import fs from "node:fs" import fs from "node:fs"
import { ICommand } from "../src/interfaces" import { ICommand } from "../src/interfaces"
import env from "../src/utils/Env" 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 rest = new REST({ version: "10" }).setToken(env.prod.token)
const commands: RESTPutAPIApplicationCommandsJSONBody = [] const commands: RESTPutAPIApplicationCommandsJSONBody = []