@@ -1,6 +1,6 @@
|
||||
import { embedColor } from "config/options"
|
||||
import { embedColor } from "config/options.js"
|
||||
import { Collection, EmbedBuilder, GuildMember, Message } from "discord.js"
|
||||
import { getUUID } from "utils/Hypixel"
|
||||
import { getUUID } from "utils/Hypixel.js"
|
||||
|
||||
const tooLong = new EmbedBuilder()
|
||||
.setDescription("You took too long to respond.")
|
||||
|
||||
@@ -6,9 +6,9 @@ import {
|
||||
errorLogChannel,
|
||||
moderationLogChannel,
|
||||
devLogChannel
|
||||
} from "config/options"
|
||||
} from "config/options.js"
|
||||
import { Guild, MessageCreateOptions, TextChannel } from "discord.js"
|
||||
import { client } from "utils/Illegitimate"
|
||||
import { client } from "utils/Illegitimate.js"
|
||||
|
||||
const channels = {
|
||||
online: onlineLogChannel,
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
guildRole,
|
||||
defaultMember,
|
||||
verifyTick
|
||||
} from "config/roles"
|
||||
} from "config/roles.js"
|
||||
const roles = [
|
||||
gm,
|
||||
manager,
|
||||
|
||||
Reference in New Issue
Block a user