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

9 lines
310 B
JSON
Raw Permalink 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]",
2023-07-07 17:34:23 +05:00
"EXAMPLES": "pay user:@jonny_bro amount:1000",
2023-06-06 22:48:46 +05:00
"BOT_USER": "Bots don't need money B)",
"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
}