Updated path for drizzle

This commit is contained in:
2024-10-03 17:55:01 +02:00
parent f5827809c0
commit 1497ec084c
28 changed files with 37 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import { devMessage, embedColor, hypixelGuildID } from "config/options.js"
import { waitingListRole } from "config/roles.js"
import { ApplicationCommandType, ContextMenuCommandBuilder, PermissionFlagsBits, userMention } from "discord.js"
import { IContextMenu } from "interfaces"
import db from "src/db/db.js"
import db from "src/drizzle/db.js"
import roleManage from "utils/functions/rolesmanage.js"
import { getGuild, getHeadURL, getIGN } from "utils/Hypixel.js"