Updated Illegitimate class and files using it

This commit is contained in:
2024-01-26 09:55:00 +01:00
parent 38581e5e04
commit b56bb391a4
5 changed files with 7 additions and 10 deletions

View File

@@ -2,9 +2,8 @@ import { hypixelGuildID, guildLogChannel, color, devMessage } from "config/optio
import colorLog from "utils/functions/colors"
import { getGuild, getIGN } from "utils/Hypixel"
import { Cron, GuildData } from "interfaces"
import Illegitimate from "utils/Illegitimate"
import { client } from "utils/Illegitimate"
import { TextChannel } from "discord.js"
const client = Illegitimate.client
async function guildWeekly() {
const channel = client.channels.cache.get(guildLogChannel) as TextChannel