dont charge me anymore

pull/216/head
Aevann 2023-10-28 22:49:40 +03:00
parent d561c2ddde
commit c931af0dc8
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@ class User(Base):
user_query.update({ User.marseybux: User.marseybux + amount })
def charge_account(self, currency, amount, **kwargs):
if self.id == AEVANN_ID:
return (True, amount)
succeeded = False
charged_coins = 0