From 3843a4d7412a85ac508d505dc1abe465f7262215 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 21 Mar 2022 13:49:46 +0700 Subject: [PATCH] Change to 25 GBT reward per invite --- Bot/InviteTracker.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index acacf4e..a02bf0d 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 = 10 +let InviteRewardAmount = 25 type Invite = { Code : string @@ -135,7 +135,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" + - "**⌼ Your Reward:**\n`Earn 10 $GBT` 💰 for every Degen you've `/RECRUITED`." + + "**⌼ Your Reward:**\n`Earn 10 $GBT` 💰 for every Degen you've `/RECRUITED`." + $"```https://discord.gg/{invite.Code}```") .WithImageUrl("https://pbs.twimg.com/profile_banners/1449270642340089856/1640071520/1500x500") // .WithImageUrl("https://s7.gifyu.com/images/Resistance_Poster_Final_1.jpg")