2023-06-06 10:21:47 +05:00
|
|
|
{
|
2023-06-06 22:48:46 +05:00
|
|
|
"DESCRIPTION": "Manages your bank account",
|
2023-06-06 10:21:47 +05:00
|
|
|
"USAGE": "[option] [credits/all]",
|
|
|
|
"EXAMPLES": "bank option:deposit credits:1000\nbank option:withdraw credits:all",
|
2023-06-06 22:48:46 +05:00
|
|
|
"OPTION": "Action",
|
|
|
|
"DEPOSIT": "Deposit",
|
|
|
|
"WITHDRAW": "Withdraw",
|
|
|
|
"NOT_ENOUGH_CREDIT": "You don't have {{money}}",
|
|
|
|
"NOT_ENOUGH_BANK": "Insufficient credits in your bank account, {{money}} required",
|
|
|
|
"SUCCESS_DEP": "{{money}} deposited into your bank account",
|
|
|
|
"SUCCESS_WD": "You have withdrawn {{money}} from your bank account"
|
2023-06-06 10:21:47 +05:00
|
|
|
}
|