Updated dir structure and paths
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
swkdr,
|
||||
duelswins,
|
||||
duelswlr,
|
||||
} from "@config/reqs.json"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
} from "config/reqs.json"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
import {
|
||||
hypixelLevel,
|
||||
bedwarsLevel,
|
||||
@@ -17,8 +17,8 @@ import {
|
||||
getPlayer,
|
||||
getGuild,
|
||||
getHeadURL,
|
||||
} from "@utils/Hypixel"
|
||||
import { Command } from "@interfaces"
|
||||
} from "utils/Hypixel"
|
||||
import { Command } from "interfaces"
|
||||
|
||||
export = {
|
||||
name: "check",
|
||||
|
||||
Reference in New Issue
Block a user