discordjs / Commando

Official command framework for discord.js
Apache License 2.0
497 stars 243 forks source link

Add better displaying of remaining throttling time #401

Closed link-discord closed 2 years ago

link-discord commented 3 years ago

Added better displaying of the remaining time the user needs to wait to use the command again it can now be dynamic meaning it can display something like

You may not use the daily command again for another 12 hours.

instead of

You may not use the daily command again for another 43198.9 seconds.

dragonfire535 commented 3 years ago

You really shouldn't be using throttling durations that are that long. They do not persist.

HarmoGlace commented 3 years ago

You're also requiring another dependency without adding it in the package.json