100
This commit is contained in:
parent
6606d28cbd
commit
037348cdad
@ -10,7 +10,7 @@ open Degenz.Messaging
|
|||||||
open Npgsql.FSharp
|
open Npgsql.FSharp
|
||||||
|
|
||||||
let connStr = GuildEnvironment.connectionString
|
let connStr = GuildEnvironment.connectionString
|
||||||
let InviteRewardAmount = 50<GBT>
|
let InviteRewardAmount = 100<GBT>
|
||||||
|
|
||||||
type Invite = {
|
type Invite = {
|
||||||
Code : string
|
Code : string
|
||||||
@ -181,7 +181,7 @@ let getInvitedUsersForId (ctx : IDiscordContext) = task {
|
|||||||
let msg =
|
let msg =
|
||||||
let str =
|
let str =
|
||||||
if users.Length > 0 then
|
if users.Length > 0 then
|
||||||
$"**Total Recruited:** `{users.Length} Degenz`\n\n**Total Earned:** `{users.Length * InviteRewardAmount} 💰$GBT`\n\n**Last 10 users recruited:**\n{sb}"
|
$"**Total Recruited:** `{users.Length} Degenz`\n**Total Earned:** `{users.Length * InviteRewardAmount} 💰$GBT`\n\n**Last 10 users recruited:**\n{sb}"
|
||||||
else
|
else
|
||||||
$"You haven't recruited anyone yet, use the `/recruit` command to get the recruitment link"
|
$"You haven't recruited anyone yet, use the `/recruit` command to get the recruitment link"
|
||||||
DiscordInteractionResponseBuilder()
|
DiscordInteractionResponseBuilder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user