Changed import alias

This commit is contained in:
2024-10-07 18:16:23 +02:00
parent 0646e80697
commit 2ca3336f1f
104 changed files with 281 additions and 271 deletions

View File

@@ -1,6 +1,6 @@
import { embedColor } from "config/options.js"
import { Collection, EmbedBuilder, GuildMember, Message } from "discord.js"
import { getUUID } from "utils/Hypixel.js"
import { embedColor } from "~/config/options.js"
import { getUUID } from "~/utils/Hypixel.js"
const tooLong = new EmbedBuilder()
.setDescription("You took too long to respond.")

View File

@@ -1,6 +1,6 @@
import { botLogChannel, devLogChannel, errorLogChannel, guildid, guildLogChannel, moderationLogChannel, onlineLogChannel } from "config/options.js"
import { Guild, MessageCreateOptions, TextChannel } from "discord.js"
import { client } from "utils/Illegitimate.js"
import { botLogChannel, devLogChannel, errorLogChannel, guildid, guildLogChannel, moderationLogChannel, onlineLogChannel } from "~/config/options.js"
import { client } from "~/utils/Illegitimate.js"
const channels = {
online: onlineLogChannel,

View File

@@ -1,4 +1,4 @@
import { beast, defaultMember, elite, gm, guildRole, guildStaff, manager, member, moderator, verifyTick } from "config/roles.js"
import { beast, defaultMember, elite, gm, guildRole, guildStaff, manager, member, moderator, verifyTick } from "~/config/roles.js"
const roles = [
gm,
manager,