diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 3258cae..122b48f 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -10,7 +10,7 @@ open Degenz.Messaging open Npgsql.FSharp let connStr = GuildEnvironment.connectionString -let InviteRewardAmount = 25 +let InviteRewardAmount = 50 type Invite = { Code : string @@ -134,7 +134,7 @@ let createGuildInvite (ctx : IDiscordContext) = let embed = DiscordEmbedBuilder() - .WithDescription($"**⏀ | Your Mission:**\n`Copy this link` & share it with Degenz you want to `/recruit`.\n\n" + + .WithDescription($"**⏀ | Your Mission:**\nCopy this link & share it with Degenz you want to `/recruit`.\n\n" + $"**⌼ | Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you've `/recruited`." + $"```https://discord.gg/{invite.Code}```") .WithImageUrl("https://pbs.twimg.com/profile_banners/1449270642340089856/1640071520/1500x500")