diff --git a/src/commands/credits/groups/bonus/subcommands/monthly/index.ts b/src/commands/credits/groups/bonus/subcommands/monthly/index.ts index cc88303..51d58bf 100644 --- a/src/commands/credits/groups/bonus/subcommands/monthly/index.ts +++ b/src/commands/credits/groups/bonus/subcommands/monthly/index.ts @@ -66,7 +66,7 @@ export const execute = async (interaction: ChatInputCommandInteraction) => { await sendResponse(interaction, { embeds: [embed] }); - const cooldownDuration = 24 * 60 * 60; // 24 hours in seconds + const cooldownDuration = 4 * 7 * 24 * 60 * 60; // 1 month in seconds const cooldownName = await generateCooldownName(interaction); await cooldownManager.setCooldown( cooldownName,