mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
11 lines
510 B
JSON
11 lines
510 B
JSON
|
{
|
||
|
"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}}"
|
||
|
}
|