Moved to esm

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-08-23 17:59:00 +02:00
parent 31b88396ea
commit 3f7f23d4b3
123 changed files with 575 additions and 510 deletions

View File

@@ -1,9 +1,9 @@
import waitinglist from "schemas/waitinglistTag"
import { getGuild, getIGN } from "utils/Hypixel"
import { hypixelGuildID } from "config/options"
import waitinglist from "schemas/waitinglistTag.js"
import { getGuild, getIGN } from "utils/Hypixel.js"
import { hypixelGuildID } from "config/options.js"
import { IButton } from "interfaces"
export = {
export default {
name: "waitinglistupdate",
description: "Update the waiting list.",