Implement lockdown management in automod system
- Added functionality to activate and deactivate lockdowns via the automod worker, responding to specific job names. - Enhanced the anti-raid join handler to apply a verification role when lockdown is active and the anti-raid action is set to VERIFY. - Updated the automod configuration to ensure default rules are created if missing, improving the setup process for new guilds. - Introduced new API endpoints for managing cases and warnings, allowing for soft deletion and reason updates. - Enhanced the moderation dashboard to include warnings management, improving user experience in moderation tasks. - Updated localization files to reflect new features and improve user guidance in both English and German.
This commit is contained in:
@@ -140,12 +140,20 @@ export const commandLocales = {
|
||||
en: '0-21600'
|
||||
},
|
||||
'moderation.lock.description': {
|
||||
de: 'Aktuellen Textkanal sperren',
|
||||
en: 'Lock current text channel'
|
||||
de: 'Kanal oder gesamten Server sperren',
|
||||
en: 'Lock channel or entire server'
|
||||
},
|
||||
'moderation.lock.options.server': {
|
||||
de: 'Gesamten Server sperren (alle Textkanäle)',
|
||||
en: 'Lock the entire server (all text channels)'
|
||||
},
|
||||
'moderation.unlock.description': {
|
||||
de: 'Aktuellen Textkanal entsperren',
|
||||
en: 'Unlock current text channel'
|
||||
de: 'Kanal oder gesamten Server entsperren',
|
||||
en: 'Unlock channel or entire server'
|
||||
},
|
||||
'moderation.unlock.options.server': {
|
||||
de: 'Gesamten Server entsperren',
|
||||
en: 'Unlock the entire server'
|
||||
},
|
||||
'moderation.nick.description': {
|
||||
de: 'Nicknames verwalten',
|
||||
|
||||
Reference in New Issue
Block a user