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

11 lines
425 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Give a reputation point to someone!",
"USAGE": "rep [user]",
"EXAMPLES": "rep @Jonny_Bro#4226",
2022-01-04 02:18:28 +05:00
"COOLDOWN": "You have to wait {{time}} before being able to `rep` someone!",
"INVALID_USER": "You must mention a valid user!",
"BOT_USER": "Bots don't accept reputation points!",
"YOURSELF": "You can't give yourself a reputation point!",
"SUCCESS": "You just gave a reputation point to {{username}}!"
}