This commit is contained in:
Aevann1 2021-12-30 07:27:22 +02:00
parent 7930ba017a
commit 9f989e912e
124 changed files with 488 additions and 486 deletions

View file

@ -153,6 +153,11 @@ ACTIONTYPES={
"icon": "fa-balance-scale",
"color": "bg-muted",
},
"change_sidebar": {
"str": "changed the sidebar",
"icon": "fa-columns",
"color": "bg-muted",
},
"ban_user":{
"str":'banned user {self.target_link}',
"icon":"fa-user-slash",
@ -291,6 +296,11 @@ ACTIONTYPES2={
"icon": "fa-balance-scale",
"color": "bg-muted",
},
"change_sidebar": {
"str": "changed the sidebar",
"icon": "fa-columns",
"color": "bg-muted",
},
"ban_user":{
"str":'banned user {self.target_link}',
"icon":"fa-user-slash",