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,8 +2,7 @@ import { getUUID, getPlayer, getGuild, getIGN } from "utils/Hypixel"
import { color, devMessage } from "config/options.json"
import { ChannelType, ChatInputCommandInteraction } from "discord.js"
import { GuildData } from "interfaces"
import Illegitimate from "utils/Illegitimate"
const redis = Illegitimate.redis
import { redis } from "utils/Illegitimate"
export default async function guildTop(interaction: ChatInputCommandInteraction): Promise<void> {
await interaction.deferReply()