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"),