style: 🧑💻 change to 24*60*60 instead of 86400
This commit is contained in:
parent
237e6e27eb
commit
add510e6d0
1 changed files with 1 additions and 1 deletions
|
@ -132,6 +132,6 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
|
||||||
await generateCooldownName(interaction),
|
await generateCooldownName(interaction),
|
||||||
guild,
|
guild,
|
||||||
user,
|
user,
|
||||||
86400
|
24 * 60 * 60
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue