forked from syntaxbullet/AuroraBot-discord
fix: grammatical errors in daily warning cooldown message
This commit is contained in:
@@ -80,7 +80,7 @@ export const economyService = {
|
||||
});
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user