Skip to content

Commit e129e9a

Browse files
authored
Update elems.py (#46)
1 parent 9b3a6a2 commit e129e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lagrange/client/message/elems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class Markdown(BaseElem):
266266

267267
@property
268268
def display(self) -> str:
269-
return f"[markdown:{self.md_c.decode()}]"
269+
return f"[markdown:{self.content}]"
270270

271271

272272
class Permission:

0 commit comments

Comments
 (0)