From 2aab3ad9faee565c83462f9fca4f13bc195a0d63 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 23 Jul 2024 16:13:33 -0600 Subject: [PATCH] wrong file for bot check --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 14e0421..8060401 100644 --- a/src/index.js +++ b/src/index.js @@ -58,7 +58,7 @@ global.hf = { const {formatUsername} = require("./util/misc.js"); const CommandDispatcher = require("./lib/commandDispatcher.js"); const {InteractionDispatcher} = require("./lib/interactionDispatcher.js"); -const {hasFlag} = require("./lib/guildData.js"); +const {hasFlag} = require("./lib/guildSettings.js"); for (const file of fs.readdirSync(resolve(__dirname, "modules"))) { try {