fix: Clarify daily claim cooldown message for daily claims.

This commit is contained in:
syntaxbullet
2026-01-05 12:17:23 +01:00
parent fb260c5beb
commit 5606fb6e2f

View File

@@ -80,7 +80,7 @@ export const economyService = {
});
if (cooldown && cooldown.expiresAt > now) {
throw new UserError(`Daily already claimed. Ready <t:${Math.floor(cooldown.expiresAt.getTime() / 1000)}:R>`);
throw new UserError(`Daily already claimed today. Next claim <t:${Math.floor(cooldown.expiresAt.getTime() / 1000)}:F>`);
}
// Get user for streak logic