Fixing file paths for imports

This commit is contained in:
2024-10-27 13:43:30 +01:00
parent d1cc3be0b3
commit edb421fa04
22 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import { getWaitingLists, removeWaitingList } from "src/drizzle/functions"
import { getWaitingLists, removeWaitingList } from "src/drizzle/functions.js"
import { hypixelGuildID } from "~/config/options.js"
import { IButton } from "~/interfaces"
import { getGuild, getIGN } from "~/utils/Hypixel.js"