JaBa/languages/en-US/economy/pay.json
2023-06-06 22:48:46 +05:00

10 lines
No EOL
371 B
JSON

{
"DESCRIPTION": "Sends credits to a user",
"USAGE": "[@user] [amount]",
"EXAMPLES": "pay user:@Jonny_Bro#4226 amount:1000",
"BOT_USER": "Bots don't need money B)",
"YOURSELF": "You cannot transfer credits to yourself",
"INVALID_AMOUNT": "Please specify an amount",
"ENOUGH_MONEY": "You don't have {{amount}}",
"SUCCESS": "You have sent {{amount}} to {{user}}!"
}