From 526f16c74f8068d69a13f1e5553a1ef8200eff2e Mon Sep 17 00:00:00 2001 From: Slincnik Date: Mon, 20 Jan 2025 22:02:05 +0300 Subject: [PATCH] fix(giveaways): fixing paths --- src/structures/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/client.ts b/src/structures/client.ts index 9da75207..99e34427 100644 --- a/src/structures/client.ts +++ b/src/structures/client.ts @@ -26,7 +26,7 @@ export class ExtendedClient extends Client { // @ts-ignore - because ExtendedClient != Client from discord.js giveaways = new GiveawaysManager(this, { - storage: "../../giveaways.json", + storage: "./giveaways.json", default: { botsCanWin: false, embedColor: this.configService.get("embed.color"),