Sandwich 3rd message

This commit is contained in:
Joseph Ferano 2022-03-22 22:09:47 +07:00
parent 45de35bd39
commit 69f68c10c4

View File

@ -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}")