Update the daily command text to be more user friendly
All checks were successful
Test / build (push) Successful in 2m28s
All checks were successful
Test / build (push) Successful in 2m28s
This commit is contained in:
parent
e36ef85507
commit
28513057cf
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ export default class Daily extends Command {
|
||||||
|
|
||||||
await user.Save(User, user);
|
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!`);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue