{% match bot.currently_playing %}
{% when Some with (current) %}
Currently playing:
{% match current.thumbnail %}
{% when Some with (thumbnail) %}
{% when None %}
{% endmatch %}
{{ current.title }}({{ current.duration|fmt_duration }})
{% when None %}
{% endmatch %}