Updated dir structure and paths
This commit is contained in:
@@ -3,10 +3,10 @@ import {
|
||||
PermissionFlagsBits,
|
||||
userMention,
|
||||
} from "discord.js"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
import waitinglistSchema from "@schemas/waitinglistSchema"
|
||||
import { Command } from "@interfaces"
|
||||
import logToChannel from "@utils/functions/logtochannel"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
import waitinglistSchema from "schemas/waitinglistSchema"
|
||||
import { Command } from "interfaces"
|
||||
import logToChannel from "utils/functions/logtochannel"
|
||||
|
||||
export = {
|
||||
name: "remove",
|
||||
|
||||
Reference in New Issue
Block a user