This commit is contained in:
Aevann1 2021-09-06 18:17:48 +02:00
parent 205bebbcf1
commit d7cd3cca42
139 changed files with 801 additions and 1655 deletions

View file

@ -286,12 +286,6 @@ ACTIONTYPES={
"color": "bg-danger",
"title": 'removed admin @{self.target_user.username}'
},
"dethrone_self":{
"str":'stepped down as guildmaster',
"icon":"fa-user-crown",
"color": "bg-danger",
"title": 'stepped down as guildmaster'
},
"add_mod":{
"str":'added admin {self.target_link}',
"icon":"fa-user-crown",
@ -369,11 +363,5 @@ ACTIONTYPES={
"icon":"fa-user-cog",
"color": "bg-muted",
"title": "changed permissions on invitation to {self.target_user.username}"
},
"create_guild":{
"str": 'created +{self.board.name}',
"icon": "fa-chess-rook",
"color": "bg-primary",
"title": "created +{self.board.name}"
}
}