JaBa/languages/en-US/general/report.json

11 lines
483 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Send your report to the channel defined for them!",
"USAGE": "{{prefix}}report [@user] [reason]",
"EXAMPLES": "{{prefix}}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}}"
}