This commit is contained in:
Aevann1 2022-01-09 17:25:45 +02:00
parent 003d442134
commit b98b330409

View file

@ -177,12 +177,12 @@ ACTIONTYPES={
"disable_under_attack": { "disable_under_attack": {
"str": "disabled under attack mode", "str": "disabled under attack mode",
"icon": "fa-shield", "icon": "fa-shield",
"color": "bg-success", "color": "bg-danger",
}, },
"enable_under_attack": { "enable_under_attack": {
"str": "enabled under attack mode", "str": "enabled under attack mode",
"icon": "fa-shield", "icon": "fa-shield",
"color": "bg-danger", "color": "bg-success",
}, },
"ban_user":{ "ban_user":{
"str":'banned user {self.target_link}', "str":'banned user {self.target_link}',