fix: grammatical errors in daily warning cooldown message

This commit is contained in:
syntaxbullet
2025-12-21 11:31:21 +01:00
parent ca1339728a
commit 216189b0a4

View File

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