Sandwich 3rd message
This commit is contained in:
parent
45de35bd39
commit
69f68c10c4
@ -158,6 +158,12 @@ let createGuildInvite (ctx : IDiscordContext) showWhitelistReward =
|
||||
|
||||
do! ctx.FollowUp(msg)
|
||||
|
||||
let msg =
|
||||
DiscordFollowupMessageBuilder()
|
||||
.WithContent($"⬇️ COPY THE LINK BELOW ⬇")
|
||||
.AsEphemeral(true)
|
||||
|
||||
do! ctx.FollowUp(msg)
|
||||
let msg =
|
||||
DiscordFollowupMessageBuilder()
|
||||
.WithContent($"https://discord.gg/{invite.Code}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user