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
@@ -5,7 +5,7 @@
*/
import { reminders } from "../config/reminders.js";
import { createAckButton } from "../utils/buttonAck.js";
import { createAckButton } from "../modules/createAckButton.js";
import { getRandomValue } from "../utils/getRandomValue.js";
import { logger } from "../utils/logger.js";
import type { Message } from "discord.js";