mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
11 lines
No EOL
463 B
JSON
11 lines
No EOL
463 B
JSON
{
|
|
"DESCRIPTION": "Send your report to the channel defined for them!",
|
|
"USAGE": "report [@user] [reason]",
|
|
"EXAMPLES": "report @Jonny_Bro#4226 Breaking the rules",
|
|
"MISSING_CHANNEL": "No report channel defined!",
|
|
"MISSING_REASON": "Please enter a report reason!",
|
|
"MISSING_USER": "Please mention the user you want report!",
|
|
"INVALID_USER": "You can't report yourself",
|
|
"SUCCESS": "Your report has been sent in {{channel}}!",
|
|
"TITLE": "Report - {{user}}"
|
|
} |