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

9 lines
352 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sends a report to a designated channel",
2023-06-06 10:21:47 +05:00
"USAGE": "[@user] (message)",
2023-06-06 22:48:46 +05:00
"EXAMPLES": "report user:@Jonny_Bro#4226 message:Violation of rules",
"MISSING_CHANNEL": "The report channel is not set up",
"INVALID_USER": "You cannot report yourself",
"SUCCESS": "Your report has been sent to {{channel}}",
"TITLE": "Report - {{user}}"
2023-06-06 10:21:47 +05:00
}