JaBa/languages/en-US/economy/withdraw.json

9 lines
368 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
"DESCRIPTION": "Withdraw money!",
"USAGE": "{{prefix}}withdraw [amount]",
"EXAMPLES": "{{prefix}}withdraw 400",
"MISSING_AMOUNT": "Please specify an amount to be withdrawn!",
"NO_CREDIT": "You don't have any credit in your bank!",
"NOT_ENOUGH": "You need at least `{{money}}` credit(s)!",
"SUCCESS": "**{{money}}** credit(s) withdrawn!"
}