Update the daily command text to be more user friendly
All checks were successful
Test / build (push) Successful in 2m28s

This commit is contained in:
Ethan Lane 2024-05-30 17:19:45 +01:00
parent e36ef85507
commit 28513057cf

View file

@ -38,6 +38,6 @@ export default class Daily extends Command {
await user.Save(User, user);
await interaction.reply(`Given ${CardConstants.DailyCurrency} currency to ${interaction.user.username}`);
await interaction.reply(`Congratulations, you have claimed your daily ${CardConstants.DailyCurrency} currency! You now have ${user.Currency} currency and can claim again in 24 hours!`);
}
}