Updated function folder name

This commit is contained in:
2024-10-16 19:39:56 +02:00
parent 619225b66e
commit e0f4f2c0c8
38 changed files with 37 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import { Client, Collection, GatewayIntentBits, Partials } from "discord.js"
import { IAutocomplete, IButton, ICommand, IContextMenu, IModal } from "~/interfaces"
import autoDeployCommands from "./Autodeploy.js"
import env from "./Env.js"
import { color } from "./functions/colors.js"
import { color } from "./Functions/colors.js"
export class ExtendedClient extends Client {
commands: Collection<string, ICommand> = new Collection()