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

9 lines
395 B
JSON
Raw Permalink 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",
"TOGGLE": "Toggle autorole",
"ROLE": "Select role",
"ENABLED": "Role assignment is enabled!\nNew users will automatically receive the {{role}} upon joining the server",
"DISABLED": "Role assignment is disabled"
2023-06-06 10:21:47 +05:00
}