made changes as requested by Naomi

This commit is contained in:
GURKIRAT SINGH
2025-10-13 02:58:14 +05:30
committed by Naomi Carrigan
parent 22f741e585
commit 429f4cf24f
5 changed files with 40 additions and 49 deletions
+1 -1
View File
@@ -8,8 +8,8 @@ import { DiscordAnalytics } from "@nhcarrigan/discord-analytics";
import { Client, GatewayIntentBits, Events, MessageFlags } from "discord.js";
import { blocks } from "./config/blocks.js";
import { checkAltText } from "./modules/checkAltText.js";
import { handleAckButton } from "./modules/handleAckButton.js";
import { instantiateServer } from "./server/serve.js";
import { handleAckButton } from "./utils/buttonAck.js";
import { logger } from "./utils/logger.js";
const client = new Client({