{
	"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!"
}