mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
11 lines
No EOL
430 B
JSON
11 lines
No EOL
430 B
JSON
{
|
|
"DESCRIPTION": "Send money to someone!",
|
|
"USAGE": "pay [@member] [amount]",
|
|
"EXAMPLES": "pay @Jonny_Bro#4226 100",
|
|
"INVALID_MEMBER": "You must mention a valid member!",
|
|
"BOT_USER": "Bots are already rich 💰!",
|
|
"YOURSELF": "You can't pay yourself!",
|
|
"INVALID_AMOUNT": "You must specify a valid amount",
|
|
"ENOUGH_MONEY": "You can't afford **{{amount}}**",
|
|
"SUCCESS": "You just paid **{{amount}}** to **{{username}}**!"
|
|
} |