Updated function folder name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { TextChannel } from "discord.js"
|
||||
import { devMessage, embedColor, guildLogChannel, hypixelGuildID } from "~/config/options.js"
|
||||
import { ICron, IGuildData } from "~/interfaces"
|
||||
import { color } from "~/utils/functions/colors.js"
|
||||
import { color } from "~/utils/Functions/colors.js"
|
||||
import { getGuild, getIGN } from "~/utils/Hypixel.js"
|
||||
import { client } from "~/utils/Illegitimate.js"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { GuildMember, userMention } from "discord.js"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { IEvent } from "~/interfaces"
|
||||
import logToChannel from "~/utils/functions/logtochannel.js"
|
||||
import logToChannel from "~/utils/Functions/logtochannel.js"
|
||||
|
||||
export default {
|
||||
event: "guildMemberAdd",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { IEvent } from "~/interfaces"
|
||||
import { color } from "~/utils/functions/colors.js"
|
||||
import { color } from "~/utils/Functions/colors.js"
|
||||
|
||||
export default {
|
||||
event: "interactionCreate",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { IEvent } from "~/interfaces"
|
||||
import { color } from "~/utils/functions/colors.js"
|
||||
import { color } from "~/utils/Functions/colors.js"
|
||||
|
||||
export default {
|
||||
event: "ready",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { IEvent } from "~/interfaces"
|
||||
import logToChannel from "~/utils/functions/logtochannel.js"
|
||||
import logToChannel from "~/utils/Functions/logtochannel.js"
|
||||
|
||||
export default {
|
||||
event: "ready",
|
||||
|
||||
Reference in New Issue
Block a user