mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
12 lines
No EOL
1.2 KiB
JSON
12 lines
No EOL
1.2 KiB
JSON
{
|
|
"DESCRIPTION": "Define the sanctions that members will get after a certain number of warns!",
|
|
"USAGE": "{{prefix}}setwarns [kick/ban] [number/reset]",
|
|
"EXAMPLES": "{{prefix}}setwarns kick 10\n{{prefix}}setwarns ban 10\n{{prefix}}setwarns ban reset",
|
|
"MISSING_TYPE": "Please specify sanction between `kick` and `ban`",
|
|
"SUCCESS_KICK": "** `{{count}}` warnings will result in an expulsion!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*",
|
|
"SUCCESS_BAN": "** `{{count}}` warnings will result in a ban!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*",
|
|
"SUCCESS_KICK_RESET": "**Members can no longer be automatically kicked!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*",
|
|
"SUCCESS_BAN_RESET": "**Members can no longer be automatically banned!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*",
|
|
"AUTO_BAN": "**{{username}}** was automatically banned because they reach more than **{{count}}** warns!",
|
|
"AUTO_KICK": "**{{username}}** was automatically kicked because they reach more than **{{count}}** warns!"
|
|
} |