{{bot.botname}}
-
Hi, good to see you here! -
Checkout from the below available list! Thanks
{% for item in all_message_items %}
{% if item.bot.id == bot.id %}
{% if item.isbot %}
-
{{item.content | safe}}
{% else %}
-
{{item.content | safe}}
{% endif %}
{% endif %}
{% endfor %}