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

10 lines
371 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sends credits to a user",
2023-06-06 10:21:47 +05:00
"USAGE": "[@user] [amount]",
"EXAMPLES": "pay user:@Jonny_Bro#4226 amount:1000",
2023-06-06 22:48:46 +05:00
"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}}!"
2023-06-06 10:21:47 +05:00
}