This commit is contained in:
Joseph Ferano 2022-03-21 14:37:11 +07:00
parent bc99165de6
commit 6606d28cbd

View File

@ -10,7 +10,7 @@ open Degenz.Messaging
open Npgsql.FSharp open Npgsql.FSharp
let connStr = GuildEnvironment.connectionString let connStr = GuildEnvironment.connectionString
let InviteRewardAmount = 25<GBT> let InviteRewardAmount = 50<GBT>
type Invite = { type Invite = {
Code : string Code : string
@ -134,7 +134,7 @@ let createGuildInvite (ctx : IDiscordContext) =
let embed = let embed =
DiscordEmbedBuilder() 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`." + $"**⌼ | Your Reward:**\n`Earn {InviteRewardAmount} $GBT` 💰 for every Degen you've `/recruited`." +
$"```https://discord.gg/{invite.Code}```") $"```https://discord.gg/{invite.Code}```")
.WithImageUrl("https://pbs.twimg.com/profile_banners/1449270642340089856/1640071520/1500x500") .WithImageUrl("https://pbs.twimg.com/profile_banners/1449270642340089856/1640071520/1500x500")