Removed useless type files

This commit is contained in:
2024-01-06 15:56:45 +01:00
parent 10c18202c5
commit 6dfd72bb23
10 changed files with 23 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ import {
Routes,
} from "discord.js"
import fs = require("fs")
import { FileType } from "../typings"
type FileType = "js" | "ts"
async function autoDeployCommands(fileType: FileType) {
const commands = []