From d05097648435efd39483e1ce8bbeda3a5a2237da Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:08:46 -0400 Subject: [PATCH] fix(bot): fix incorrect import Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- src/commands/fun/giveaway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/fun/giveaway.ts b/src/commands/fun/giveaway.ts index 9dcdbfc..e437c3c 100644 --- a/src/commands/fun/giveaway.ts +++ b/src/commands/fun/giveaway.ts @@ -18,7 +18,7 @@ import { builder, } from '@/util/giveaways/giveawayManager.js'; import { createPaginationButtons } from '@/util/helpers.js'; -import { loadConfig } from '@/util/configLoader'; +import { loadConfig } from '@/util/configLoader.js'; const command: SubcommandCommand = { data: new SlashCommandBuilder()