Removed unneeded .js extensions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { MessageFlags } from "discord.js"
|
||||
import { getWaitingLists, removeWaitingList } from "src/drizzle/functions.js"
|
||||
import { hypixelGuildID } from "~/config/options.js"
|
||||
import { getWaitingLists, removeWaitingList } from "src/drizzle/functions"
|
||||
import { hypixelGuildID } from "~/config/options"
|
||||
import { IButton } from "~/typings"
|
||||
import { getGuild, getIGN } from "~/utils/Hypixel.js"
|
||||
import { getGuild, getIGN } from "~/utils/Hypixel"
|
||||
|
||||
export default {
|
||||
name: "waitinglistupdate",
|
||||
|
||||
Reference in New Issue
Block a user