(economy): Rebalance default rewards.

This commit is contained in:
2022-01-24 13:58:16 +02:00
parent a8c97ef785
commit a2b1c38174
4 changed files with 6 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ class starting_funds(stypes.Integer, GuildSetting):
"Members will be given this number of coins the first time they join the server."
)
_default = 0
_default = 1000
@property
def success_response(self):