style: 🧑‍💻 change to 24*60*60 instead of 86400

This commit is contained in:
Axel Olausson Holtenäs 2023-06-01 11:03:19 +02:00
parent 237e6e27eb
commit add510e6d0

View file

@ -132,6 +132,6 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
await generateCooldownName(interaction),
guild,
user,
86400
24 * 60 * 60
);
};