mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
9 lines
No EOL
347 B
JSON
9 lines
No EOL
347 B
JSON
{
|
|
"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!"
|
|
} |