mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
11 lines
469 B
JSON
11 lines
469 B
JSON
|
{
|
||
|
"DESCRIPTION": "Give a reputation point to someone!",
|
||
|
"USAGE": "{{prefix}}rep [user]",
|
||
|
"EXAMPLES": "{{prefix}}rep @Jonny_Bro#4226",
|
||
|
"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}}!"
|
||
|
}
|