This commit is contained in:
Joseph Ferano 2022-03-22 22:55:00 +07:00
parent 863e5e3768
commit ee1881f2d0

View File

@ -128,7 +128,7 @@ let createGuildInvite (ctx : IDiscordContext) showWhitelistReward =
$"**⏀ | Your Mission:**\nUse the link to **recruit** {invitesRequired} Degenz into Beautopia©.\n\n" +
$"**⌼ | Your Reward:**\nGet awarded **Whitelist**."
else
$"**⏀ | Your Mission:**\nCopy the link & share it with Degenz you want to `/recruit`.\n\n" +
$"**⏀ | Your Mission:**\nUse the link to share it with Degenz you want to `/recruit`.\n\n" +
$"**⌼ | Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you've `/recruited`."
let embed =
DiscordEmbedBuilder()