Updated dir structure and paths
This commit is contained in:
@@ -6,8 +6,8 @@ import {
|
||||
beastswstars,
|
||||
beastduelswins,
|
||||
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,
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
getPlayer,
|
||||
getGuild,
|
||||
getHeadURL,
|
||||
} from "@utils/Hypixel"
|
||||
} from "utils/Hypixel"
|
||||
import { ChatInputCommandInteraction } from "discord.js"
|
||||
|
||||
export default async function beast(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ChatInputCommandInteraction } from "discord.js"
|
||||
import { color, devMessage } from "@config/options.json"
|
||||
import { ExtendedClient as Client } from "@utils/Client"
|
||||
import { color, devMessage } from "config/options.json"
|
||||
import { ExtendedClient as Client } from "utils/Client"
|
||||
|
||||
export default async function help(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import verify from "@schemas/verifySchema"
|
||||
import { color, hypixelGuildID } from "@config/options.json"
|
||||
import roleManage from "@utils/functions/rolesmanage"
|
||||
import verify from "schemas/verifySchema"
|
||||
import { color, hypixelGuildID } from "config/options.json"
|
||||
import roleManage from "utils/functions/rolesmanage"
|
||||
import { ChatInputCommandInteraction, GuildMember } from "discord.js"
|
||||
import env from "@utils/Env"
|
||||
import { getGuild } from "@utils/Hypixel"
|
||||
import { GuildData } from "@interfaces"
|
||||
import env from "utils/Env"
|
||||
import { getGuild } from "utils/Hypixel"
|
||||
import { GuildData } from "interfaces"
|
||||
|
||||
export default async function updateDiscordRoles(
|
||||
interaction: ChatInputCommandInteraction,
|
||||
|
||||
Reference in New Issue
Block a user