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

@@ -4,7 +4,7 @@ import { Modal } from "../../interfaces"
import { Events, GuildTextBasedChannel } from "discord.js"
import path = require("path")
import fs = require("fs")
import { FileType } from "../../typings"
type FileType = "js" | "ts"
const embedColor = Number(color.replace("#", "0x"))
export default function loadModalEvents(client: Client, ft: FileType) {