JaBa/languages/en-US/administration/autorole.json

10 lines
632 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Toggle autorole on the server!",
"USAGE": "autorole [on/off] (role)",
"EXAMPLES": "autorole on @Members\nautorole off",
2022-01-04 02:18:28 +05:00
"MISSING_STATUS": "Please specify a valid value between `on` and `off`",
"MISSING_ROLE": "Please specify a valid role!",
"SUCCESS_ENABLED": "Autorole enabled! New members will automatically receive the **{{roleName}}** role.",
"ALREADY_DISABLED": "**The autorole is already disabled.**\n\n:arrow_right_hook: *Send `autorole on @YourRole` to enable it again!*",
"SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Send `configuration` to see the updated configuration!*"
2022-01-04 02:18:28 +05:00
}