Change to 25 GBT reward per invite

This commit is contained in:
Joseph Ferano 2022-03-21 13:49:46 +07:00
parent e39bedf458
commit 3843a4d741

View File

@ -10,7 +10,7 @@ open Degenz.Messaging
open Npgsql.FSharp
let connStr = GuildEnvironment.connectionString
let InviteRewardAmount = 10<GBT>
let InviteRewardAmount = 25<GBT>
type Invite = {
Code : string