chore(discord-gateway): remove stale eslint-disable comment for sticker cache stats

This commit is contained in:
MythEclipse
2026-06-02 22:20:46 +07:00
parent c80a344391
commit bf6ec728c4
4 changed files with 38 additions and 25 deletions
@@ -1,3 +1,4 @@
import { createChildLogger } from "@bete/shared/logger";
import { Client } from "discord.js-selfbot-v13";
import { startPendingAIAnalysisWorker } from "../modules/ai-moderation/aiAnalyzer.js";
import { CommandHandler } from "../modules/command-handler/commandHandler.js";
@@ -17,7 +18,6 @@ import {
} from "../shared/database/drizzle.js";
import { runMigrations } from "../shared/database/migrate.js";
import { createDiscordClientOptions } from "../shared/discord/clientOptions.js";
import { createChildLogger } from "@bete/shared/logger";
import { createGracefulShutdown } from "./shutdown.js";
const logger = createChildLogger("discord-gateway");