diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 8b81c95..de96739 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -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}")