Update mod_logs.py

remotes/1693045480750635534/spooky-22
Aevann1 2021-09-22 15:03:46 +02:00 committed by GitHub
parent 1c1b749ac0
commit eba946aece
1 changed files with 3 additions and 3 deletions

View File

@ -126,12 +126,12 @@ ACTIONTYPES={
"color": "bg-muted",
},
"club_allow":{
"str":'disallowed user {self.target_link} from the country club',
"str":'allowed user {self.target_link} into the country club',
"icon":"fa-user-slash",
"color": "bg-danger",
},
"club_ban":{
"str":'allowed user {self.target_link} into the country club',
"str":'disallowed user {self.target_link} from the country club',
"icon": "fa-user-slash",
"color": "bg-muted",
},
@ -235,4 +235,4 @@ ACTIONTYPES={
"icon":"fa-comment",
"color": "bg-muted",
},
}
}