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

@@ -3,8 +3,8 @@ import db from "src/drizzle/db.js"
import { verifies } from "src/drizzle/schema.js"
import { devMessage, embedColor, hypixelGuildID } from "~/config/options.js"
import { ICommand } from "~/interfaces"
import logToChannel from "~/utils/functions/logtochannel.js"
import roleManage from "~/utils/functions/rolesmanage.js"
import logToChannel from "~/utils/Functions/logtochannel.js"
import roleManage from "~/utils/Functions/rolesmanage.js"
import { getGuild, getHeadURL, getPlayer, getUUID } from "~/utils/Hypixel.js"
export default {