users: procoins feature required to be able to transfer mbux

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-30 02:10:21 -05:00
parent 27738ef7c9
commit 8a3be91c04
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ def transfer_coins(v, username):
@limiter.limit("1/second;30/minute;200/hour;1000/day")
@limiter.limit("1/second;30/minute;200/hour;1000/day", key_func=lambda:f'{SITE}-{session.get("lo_user")}')
@is_not_permabanned
@feature_required('PROCOINS')
def transfer_bux(v, username):
return transfer_currency(v, username, 'procoins', False)