forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-21 21:33:17 +02:00
parent 951d76e00a
commit b161576ae8
1 changed files with 2 additions and 0 deletions

View File

@ -174,10 +174,12 @@ ACTIONTYPES={
"set_flair_locked":{ "set_flair_locked":{
"str":"set {self.target_link}'s flair (locked)", "str":"set {self.target_link}'s flair (locked)",
"icon": "fa-user-slash", "icon": "fa-user-slash",
"color": "bg-muted",
}, },
"set_flair_notlocked":{ "set_flair_notlocked":{
"str":"set {self.target_link}'s flair (not locked)", "str":"set {self.target_link}'s flair (not locked)",
"icon": "fa-user-slash", "icon": "fa-user-slash",
"color": "bg-muted",
}, },
"pin_comment":{ "pin_comment":{
"str":'pinned a {self.target_link}', "str":'pinned a {self.target_link}',