Updated dir structure and paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import fetch from "axios"
|
||||
import env from "@utils/Env"
|
||||
import { Player, PlayerData } from "@interfaces"
|
||||
import { Guild, GuildData } from "@interfaces"
|
||||
import env from "utils/Env"
|
||||
import { Player, PlayerData } from "interfaces"
|
||||
import { Guild, GuildData } from "interfaces"
|
||||
const apikey = env.prod.hypixelapikey
|
||||
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
|
||||
const mojanguuid = "https://sessionserver.mojang.com/session/minecraft/profile/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { guildid, onlineLogChannel, botLogChannel, guildLogChannel, errorLogChannel, moderationLogChannel, devLogChannel } from "@config/options.json"
|
||||
import { guildid, onlineLogChannel, botLogChannel, guildLogChannel, errorLogChannel, moderationLogChannel, devLogChannel } from "config/options.json"
|
||||
import { Guild, MessageCreateOptions, TextChannel } from "discord.js"
|
||||
import Illegitimate from "@utils/Illegitimate"
|
||||
import Illegitimate from "utils/Illegitimate"
|
||||
|
||||
const channels = {
|
||||
online: onlineLogChannel,
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
guildStaff,
|
||||
guildRole,
|
||||
defaultMember
|
||||
} from "@config/roles.json"
|
||||
} from "config/roles.json"
|
||||
const roles = [
|
||||
gm,
|
||||
manager,
|
||||
|
||||
Reference in New Issue
Block a user