How to change the color of a message ?
# 🤝help
a
I am sending a text message in Execute Code card like below, For example, I need to make "sample" in bold style. How can I do that ? bp.dm.replyToEvent(event, { type: 'text', text: "This is sample text" });
Any updates on this please ?
b
Hello @adorable-gigabyte-54754 , you can put markdown there, if you write "This is sample text".
wrap the word "sample" with double asterisk before and after
a
Thanks a lot. it worked.
13 Views