Updated type system
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ApplicationCommandType, ContextMenuCommandBuilder, InteractionContextType, PermissionFlagsBits, userMention } from "discord.js"
|
||||
import { IContextMenu } from "~/interfaces"
|
||||
import { IContextMenu } from "~/typings"
|
||||
|
||||
export default {
|
||||
name: "congratsmessage",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ApplicationCommandType, ContextMenuCommandBuilder, InteractionContextType, PermissionFlagsBits } from "discord.js"
|
||||
import { IContextMenu } from "~/interfaces"
|
||||
import { IContextMenu } from "~/typings"
|
||||
|
||||
export default {
|
||||
name: "resetnick",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { ApplicationCommandType, ContextMenuCommandBuilder, InteractionContextTy
|
||||
import { getVerify } from "src/drizzle/functions.js"
|
||||
import { devMessage, embedColor, hypixelGuildID } from "~/config/options.js"
|
||||
import { waitingListRole } from "~/config/roles.js"
|
||||
import { IContextMenu } from "~/interfaces"
|
||||
import { IContextMenu } from "~/typings"
|
||||
import getGuildRank from "~/utils/Functions/guildrank.js"
|
||||
import roleManage from "~/utils/Functions/rolesmanage.js"
|
||||
import { getGuild, getHeadURL, getIGN } from "~/utils/Hypixel.js"
|
||||
|
||||
Reference in New Issue
Block a user