Skip to content

Commit

Permalink
style: 🧑‍💻 change to 24*60*60 instead of 86400
Browse files Browse the repository at this point in the history
  • Loading branch information
VermiumSifell committed Jun 2, 2023
1 parent 237e6e2 commit add510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/credits/subcommands/work/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ export const execute = async (interaction: ChatInputCommandInteraction) => {
await generateCooldownName(interaction),
guild,
user,
86400
24 * 60 * 60
);
};

0 comments on commit add510e

Please sign in to comment.