JaBa/languages/en-US/administration/automod.json
Jonny_Bro (Nikita) 3410fb2091 rewrite automod
2023-10-30 21:13:12 +05:00

12 lines
No EOL
599 B
JSON

{
"DESCRIPTION": "Toggles automatic removal of invitation links",
"USAGE": "[state] (#channel)",
"EXAMPLES": "automod state:True\nautomod state:False channel:#general\nautomod state:False",
"TOGGLE": "Toggle automod",
"IGNORE": "Ignore channel",
"ENABLED": "Invitation links will be automatically removed\nUse `automod false #channel` to ignore the channel",
"DISABLED_CHANNEL": "Automoderation will not be performed in {{channel}}",
"DISABLED": "Automoderation is disabled",
"DELETED": "Your message has been deleted because it contained an invitation link",
"NO_SPAM": "Stop spamming!"
}