Update the daily command text to be more user friendly #246

Merged
Vylpes merged 1 commit from feature/240-daily-text into develop 2024-06-01 14:49:13 +01:00

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!`);
}
}