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

8 lines
392 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Toggles automatic role assignment upon joining the server",
2023-06-06 10:21:47 +05:00
"USAGE": "[state] (@role)",
2023-06-06 22:48:46 +05:00
"EXAMPLES": "autorole state:True role:@newbie\nautorole state:False",
"MISSING_ROLE": "Specify a role",
"SUCCESS_ENABLED": "Role assignment is enabled!\nNew users will automatically receive the {{role}} upon joining the server",
"SUCCESS_DISABLED": "Role assignment is disabled"
2023-06-06 10:21:47 +05:00
}