Small copy changes
This commit is contained in:
parent
9d1ea037b2
commit
d834d4e153
@ -170,7 +170,7 @@ let purchaseItemEmbed quantity (item : Item) =
|
|||||||
match item.Type with
|
match item.Type with
|
||||||
| ItemType.Jpeg ->
|
| ItemType.Jpeg ->
|
||||||
let itemName = item.Name.Replace("🎟️", "")
|
let itemName = item.Name.Replace("🎟️", "")
|
||||||
embed.Description <- $"Congratulations! You are in the draw for the {itemName}.\n\nThe winner will be announced soon in <#{GuildEnvironment.channelGiveaway}>"
|
embed.Description <- $"Congratulations! You are in the draw for the {itemName}.\n\nWinners announced in <#{GuildEnvironment.channelGiveaway}>"
|
||||||
embed.ImageUrl <- item.ImageUrl
|
embed.ImageUrl <- item.ImageUrl
|
||||||
embed.Thumbnail <- DiscordEmbedBuilder.EmbedThumbnail()
|
embed.Thumbnail <- DiscordEmbedBuilder.EmbedThumbnail()
|
||||||
embed.Thumbnail.Url <- item.IconUrl
|
embed.Thumbnail.Url <- item.IconUrl
|
||||||
|
@ -343,6 +343,9 @@ let sendInitialEmbed (ctx : IDiscordContext) =
|
|||||||
|
|
||||||
**__Bonus__**
|
**__Bonus__**
|
||||||
💰 Earn an extra {InviteRewardAmount} $GBT for every invite!
|
💰 Earn an extra {InviteRewardAmount} $GBT for every invite!
|
||||||
|
<:purple_fist:986685279031152650> <@#{GuildEnvironment.roleRecruiter1x}> role if you invite 1 or more Degen
|
||||||
|
<:red_fist:986685280868249690> <@#{GuildEnvironment.roleRecruiter2x}> role is you invite 5 or more Degen
|
||||||
|
<:gold_fist:986685276942377052> <@#{GuildEnvironment.roleRecruiter3x}> role is you invite 10 or more Degen
|
||||||
|
|
||||||
**Every invite increases your chances of winning*
|
**Every invite increases your chances of winning*
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user