remotes/1693045480750635534/spooky-22
Aevann1 2021-11-16 23:37:09 +02:00
parent 7ccfb9f02c
commit 93a527dc62
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class ModAction(Base):
@lazy
def string(self):
output = ACTIONTYPES[self.kind]["str"].format(self=self).format(cc=cc)
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=cc)
if self.note: output += f" <i>({self.note})</i>"