Skip to content

Commit

Permalink
Update claim reward message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankarsan Kampa committed Apr 15, 2018
1 parent 929e7b2 commit a978c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/money/claim.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.exec = (Bastion, message) => {
}
else {
rewardMessage = `Your account has been debited with **${rewardAmount}** Bastion Currencies.\n\n`
+ 'You can get 2x more Bastion Currencies if you use the `claim` or `daily` command in [Bastion HQ](https://discord.gg/fzx8fkt): https://discord.gg/fzx8fkt';
+ '💡 **Pro Tip**\nYou can get **2x** more Bastion Currencies when you use the `claim` or `daily` command in [Bastion HQ](https://discord.gg/fzx8fkt): https://discord.gg/fzx8fkt';
}
}
else {
Expand Down

0 comments on commit a978c1f

Please sign in to comment.