remotes/1693045480750635534/spooky-22
Aevann1 2022-01-09 17:25:45 +02:00
parent 1325381958
commit 112366013a
1 changed files with 2 additions and 2 deletions

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}',