Copy fixes
This commit is contained in:
parent
3e23a6af6f
commit
e5a2e4e6df
@ -276,11 +276,11 @@ let checkHasRequiredInvites storeItem player =
|
|||||||
let embed = DiscordEmbedBuilder()
|
let embed = DiscordEmbedBuilder()
|
||||||
embed.Description <- $"""
|
embed.Description <- $"""
|
||||||
❌ **Degen**, can’t you **READ**?!
|
❌ **Degen**, can’t you **READ**?!
|
||||||
⚠️ **__Entry Requirements:__** 1x Invited User
|
⚠️ **__Entry Requirements:__** {amount}x Invited User
|
||||||
|
|
||||||
To Enter this Raffle you must have **__INVITED__** 1 Degen.
|
To Enter this Raffle you must have **__INVITED__** {amount} Degen.
|
||||||
☑️ Go to <#{GuildEnvironment.channelRecruitment}>
|
☑️ Go to <#{GuildEnvironment.channelRecruitment}>
|
||||||
☑️ Invite just 1 Degen!
|
☑️ Invite just {amount} Degen!
|
||||||
|
|
||||||
Then try again…
|
Then try again…
|
||||||
"""
|
"""
|
||||||
@ -299,7 +299,8 @@ let checkHasRequiredRole storeItem (user : DiscordMember) =
|
|||||||
Ok ()
|
Ok ()
|
||||||
else
|
else
|
||||||
let embed = DiscordEmbedBuilder()
|
let embed = DiscordEmbedBuilder()
|
||||||
embed.Description <- $"""
|
if roleId = GuildEnvironment.roleMagicEden then
|
||||||
|
embed.Description <- $"""
|
||||||
❌ **Degen**, can’t you **READ**?!
|
❌ **Degen**, can’t you **READ**?!
|
||||||
⚠️ **__Entry Requirements:__** Have the <@&{GuildEnvironment.roleMagicEden}>
|
⚠️ **__Entry Requirements:__** Have the <@&{GuildEnvironment.roleMagicEden}>
|
||||||
|
|
||||||
@ -307,6 +308,12 @@ To get the <@&{GuildEnvironment.roleMagicEden}> role:
|
|||||||
☑️ Upvote us on magic here: https://magiceden.io/drops/degenz_game
|
☑️ Upvote us on magic here: https://magiceden.io/drops/degenz_game
|
||||||
☑️ Post Proof in <#{GuildEnvironment.channelQuestProof}>
|
☑️ Post Proof in <#{GuildEnvironment.channelQuestProof}>
|
||||||
|
|
||||||
|
Then try again…"""
|
||||||
|
else
|
||||||
|
embed.Description <- $"""
|
||||||
|
❌ **Degen**, can’t you **READ**?!
|
||||||
|
⚠️ **__Entry Requirements:__** Have the <@&{roleId}>
|
||||||
|
|
||||||
Then try again…
|
Then try again…
|
||||||
"""
|
"""
|
||||||
DiscordFollowupMessageBuilder()
|
DiscordFollowupMessageBuilder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user